We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5707a0c + 8949673 commit 0bf7912Copy full SHA for 0bf7912
1 file changed
eform-client/e2e/Page objects/MyEforms.page.ts
@@ -414,8 +414,7 @@ class MyEformsRowObject {
414
for (let i = 0; i < users.length; i++) {
415
const checkbox = await $(`#checkbox${users[i].siteId}`);
416
await checkbox.scrollIntoView();
417
- await (await checkbox.$('..')).waitForClickable({timeout: 40000});
418
- await (await checkbox.$('..')).click();
+ await checkbox.click();
419
await browser.pause(1000);
420
}
421
await (await myEformsPage.saveParingBtn()).click();
0 commit comments