codeceptjs / CodeceptJS

Supercharged End 2 End Testing Framework for NodeJS
http://codecept.io
MIT License
4.11k stars 724 forks source link

I.see(), I.seeElement() and I.fillField() method is not working when we do cross broswer testing #4199

Open s-sugumar opened 8 months ago

s-sugumar commented 8 months ago

What are you trying to achieve?

What the alternative way to achieve this function?

What do you get instead?

locator not found issue is coming for FillField and undefined issue is coming for see and seeElement

Provide console output if related. Use --verbose mode for more details. I wait for element "//input[@placeholder="Type here to search the existing patient"]|//input[@placeholder="Type here to search patient"]|//div[@id="sw-patient_popup"]//input", 10 » Screenshot is saving to C:\Users\s.sugumar\Desktop\Master Feb\telescope-qa-automation\output\record_48e02f52d0de6fdac8af11a7bc63871c\0025.png » Adding screenshot to Allure I fill field "//input[@placeholder="Type here to search the existing patient"]|//input[@placeholder="Type here to search patient"]|//div[@id="sw-patient_popup"]//input", "Meenu Patient Sys 3" [1] Retrying... Attempt #2 [1] Retrying... Attempt #3 [1] Retrying... Attempt #4 [1] Retrying... Attempt #5 [1] Retrying... Attempt #6 [1] Error | Error: Field "//input[@placeholder="Type here to search the existing patient"]|//input[@placeholder="Type here to search patient"]|//div[@id="sw-patient_popup"]//input" was not found by text|CSS|XPath

# paste output here

Provide test source code if related

// paste test

Details

# paste config here
github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 90 days with no activity.