Skip to content

Commit 0bf7912

Browse files
committed
Merge branch 'stable'
2 parents 5707a0c + 8949673 commit 0bf7912

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eform-client/e2e/Page objects/MyEforms.page.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,7 @@ class MyEformsRowObject {
414414
for (let i = 0; i < users.length; i++) {
415415
const checkbox = await $(`#checkbox${users[i].siteId}`);
416416
await checkbox.scrollIntoView();
417-
await (await checkbox.$('..')).waitForClickable({timeout: 40000});
418-
await (await checkbox.$('..')).click();
417+
await checkbox.click();
419418
await browser.pause(1000);
420419
}
421420
await (await myEformsPage.saveParingBtn()).click();

0 commit comments

Comments
 (0)