Edit property checkpoint dropdown list changed position
Hello! So my checkpoint have not worked earlier and I will try to explain why not with the help of the image added and I was hoping to get an explanation on whyyyy it changes.
So I have identified the object I am looking for with the drag and drop identifier
And by then it is saying as shown in Object: Aliases.browser.pageEngineDataObjectLibraryComte.panelAlert, If i then do the dropdown list the radiobutton is checked for "FindElement("//div[.=\"Test object 'Fuel_Test_Automation_copy' created\"]")"
I did not get that to be written out, it was saying .panelAlert instead of the .FindElement which caused the test to fail multiple times. I then tried again and clicked the "Show available locators" again and test complete dissappeared for some seconds and when re-appearing they switched place, now it did not say .panelAlert in the Object: text field anymore instead it was the FindElement and now the test is running fine.
I just wonder what made the switching? Can I set it to always use the FindElement and not some .panelAlert thing? Sorry if it was badly explained.
I removed the namemapping of the item and it seems to be working.