- Mark as New
- Subscribe to RSS Feed
- Permalink
‎09 Jul 2021 05:56 PM - edited ‎09 Jul 2021 07:50 PM
What type of wait should I use when a text validation fails but the Actual vs Expected screenshots are the same?
The default wait was Wait for background network activity to complete and I've also tried Wait for next event, which also seems to fail.
Or maybe validating against something else would be better?
Edit: possible that I might just think that text validation is more full proof than it really is. I'm working on a big script and maybe should validate less
Solved! Go to Solution.
- Labels:
-
browser monitors
-
synthetic monitoring
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎12 Jul 2021 10:26 AM
You could try 'Wait for a specific element to appear' and then wait for the element that you expect the text to be in and also add that validation text into the wait.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎12 Jul 2021 08:43 PM - edited ‎12 Jul 2021 09:18 PM
Alright, I'll try this out. Thanks!
