We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6ff10 commit 9c2d1e2Copy full SHA for 9c2d1e2
test/testdriver/scroll-until-text.test.mjs
@@ -27,7 +27,7 @@ describe("Scroll Until Text Test", () => {
27
const maxScrolls = 10;
28
29
while (!found && scrollCount < maxScrolls) {
30
- const findResult = await testdriver.find("testdriver socks");
+ const findResult = await testdriver.find("testdriver socks product text is fully visible");
31
32
if (findResult.found()) {
33
found = true;
0 commit comments