Skip to content

Commit 9c2d1e2

Browse files
committed
patch tests
1 parent dc6ff10 commit 9c2d1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testdriver/scroll-until-text.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("Scroll Until Text Test", () => {
2727
const maxScrolls = 10;
2828

2929
while (!found && scrollCount < maxScrolls) {
30-
const findResult = await testdriver.find("testdriver socks");
30+
const findResult = await testdriver.find("testdriver socks product text is fully visible");
3131

3232
if (findResult.found()) {
3333
found = true;

0 commit comments

Comments
 (0)