Skip to content

Commit

Permalink
Delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jul 21, 2020
1 parent e74c0a5 commit 020931a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/UI/pages/BO/customers/addresses/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ module.exports = class Addresses extends BOBasePage {
this.page.click(this.addressesListTableDeleteLink(row)),
this.waitForVisibleSelector(this.deleteAddressModal),
]);
// Click on delete
await this.page.click(this.deleteAddressModalDeleteButton);
return this.getTextContent(this.alertSuccessBlockParagraph);
}
Expand Down

0 comments on commit 020931a

Please sign in to comment.