Skip to content

Commit

Permalink
added pause
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Oct 23, 2024
1 parent 7a5e7dc commit f20a300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default class CloudServices extends BasePage {

async deleteClient(clientId) {
const rows = await browser.$$('nuxeo-data-table[name="table"] nuxeo-data-table-row:not([header])');
await driver.pause(4000);
const deleted = await browser
.$$('nuxeo-data-table[name="table"] nuxeo-data-table-row:not([header])')
.map((img) => img.$('nuxeo-data-table-cell span[name="id"]').getText());
Expand Down

0 comments on commit f20a300

Please sign in to comment.