Fixing stale tests

This commit is contained in:
Martin D Kealey 2021-08-30 17:54:15 +10:00
parent c9b9a1dbce
commit e9dfb09e0c

View file

@ -11,8 +11,9 @@ describe("#1670", function () {
describe("creating a new container", function () {
beforeEach(async function () {
await this.webExt.popup.helper.clickElementById("container-add-link");
await this.webExt.popup.helper.clickElementById("edit-container-ok-link");
await this.webExt.popup.helper.clickElementById("manage-containers-link");
await this.webExt.popup.helper.clickElementById("new-container");
await this.webExt.popup.helper.clickElementById("create-container-ok-link");
});
it("should create it in the browser as well", function () {
@ -75,4 +76,4 @@ describe("#1670", function () {
});
});
});
});
});