Skip to content

Commit 398bcd2

Browse files
committed
Trying without the .. in path.
1 parent 74708c8 commit 398bcd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ export class PropertyWorkerRowObject {
357357
propertyWorker.properties[i]
358358
)
359359
)
360-
).$('..').click();
360+
// ).$('..').click();
361+
).click();
361362
await browser.pause(500);
362363
}
363364
}

0 commit comments

Comments
 (0)