This commit is contained in:
Victor Baranov 2020-04-23 16:23:24 +03:00
parent e0f9a490a9
commit ef65a72d96
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const deleteImportedAccount = async (f) => {
})
it("Can't remove imported account with 'No' button", async function () {
const button = await f.waitUntilShowUp(deleteImportedAccountScr.buttons.no2)
const button = await f.waitUntilShowUp(deleteImportedAccountScr.buttons.no)
assert.equal(await button.getText(), 'No', 'button has incorrect name')
await f.click(button)
await f.driver.findElements(main.container)