Skip to content

Commit

Permalink
reverted driver pause from cloudservice file
Browse files Browse the repository at this point in the history
  • Loading branch information
alokhyland committed Oct 24, 2024
1 parent 83bf3c5 commit c984090
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export default class CloudServices extends BasePage {
.$$('nuxeo-data-table[name="table"] nuxeo-data-table-row:not([header])')
.map((img) => img.$('nuxeo-data-table-cell span[name="id"]').getText());
const index = deleted.findIndex((currenTitle) => currenTitle === clientId);
await driver.pause(4000);
if (index !== -1) {
const rowEle = await rows[index].$('[name="delete"]');
await rowEle.click();
Expand Down

0 comments on commit c984090

Please sign in to comment.