Skip to content

Commit 201cd68

Browse files
committed
Adding a small wait before trying to find the properties table.
1 parent 50854a2 commit 201cd68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eform-client/e2e/Page objects/BackendConfiguration/BackendConfigurationPropertyWorkers.page.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ export class PropertyWorkerRowObject {
416416
await this.clickActionsMenu();
417417
await this.openEditModal();
418418
await (await $('#propertiesTab')).click();
419+
await browser.pause(500);
419420
const pairingEditModalTableBody = await $('#pairingModalTableBody');
420421
let masForReturn: { propertyName: string; checked: boolean }[] = new Array<{
421422
propertyName: string;

0 commit comments

Comments
 (0)