We have a component which takes more time to build and we want to test it with Karate:
retry(120, 1000).waitForText(\'h1\', \'Successful\')
There can