Hi all,
I am experiencing an error that has my head scratching.
I have written an xpath for the coder list element in the menu:
//*[@id=“CL”]/span[contains(text(),“Coder List”)]
and the following step in the test script:
![]()
Yet I’m getting the following error:
Caused by: com.kms.katalon.core.exception.StepFailedException: Actual text ‘Coding Outstanding’ and expected text ‘Coder List’ of test object ‘Object Repository/02 1 Coder list page load test/Top Nav - Episodes - Coder List - Span text’ are NOT matched.
It is somehow reading the “Coding Outstanding” element in the initial screenshot. When I instruct the script to click on that xpath, it does so correctly just the verify element text is doing this bizarre interaction.
Any assistance in understanding what is going on here would be much appreciated.
Thank you.
