From fb0216f5cf8bdca4669644590ce789bc6da0ed40 Mon Sep 17 00:00:00 2001 From: Martin D Kealey Date: Mon, 30 Aug 2021 19:58:52 +1000 Subject: [PATCH] more fixing stale test --- test/issues/1670.test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/issues/1670.test.js b/test/issues/1670.test.js index ef5cd17..9075337 100644 --- a/test/issues/1670.test.js +++ b/test/issues/1670.test.js @@ -41,7 +41,7 @@ describe("#1670", function () { const exampleUrl = "https://github.com/mozilla/multi-account-containers"; beforeEach(async function () { console.log("TRACE 5.5.1.0"); - await this.webExt.popup.helper.clickElementById("edit-containers-link"); + await this.webExt.popup.helper.clickElementById("manage-containers-link"); console.log("TRACE 5.5.1.1"); await this.webExt.popup.helper.clickElementByQuerySelectorAll(".edit-container-icon", "last"); console.log("TRACE 5.5.1.2"); @@ -65,7 +65,7 @@ describe("#1670", function () { const exampleUrl = "github.com/mozilla/multi-account-containers"; beforeEach(async function () { console.log("TRACE 5.7.1.0"); - await this.webExt.popup.helper.clickElementById("edit-containers-link"); + await this.webExt.popup.helper.clickElementById("manage-containers-link"); console.log("TRACE 5.7.1.1"); await this.webExt.popup.helper.clickElementByQuerySelectorAll(".edit-container-icon", "last"); console.log("TRACE 5.7.1.2"); @@ -89,7 +89,7 @@ describe("#1670", function () { const exampleUrl = "github"; beforeEach(async function () { console.log("TRACE 5.9.1.0"); - await this.webExt.popup.helper.clickElementById("edit-containers-link"); + await this.webExt.popup.helper.clickElementById("manage-containers-link"); console.log("TRACE 5.9.1.1"); await this.webExt.popup.helper.clickElementByQuerySelectorAll(".edit-container-icon", "last"); console.log("TRACE 5.9.1.2"); @@ -113,7 +113,7 @@ describe("#1670", function () { const exampleUrl = ""; beforeEach(async function () { console.log("TRACE 5.11.1.0"); - await this.webExt.popup.helper.clickElementById("edit-containers-link"); + await this.webExt.popup.helper.clickElementById("manage-containers-link"); console.log("TRACE 5.11.1.1"); await this.webExt.popup.helper.clickElementByQuerySelectorAll(".edit-container-icon", "last"); console.log("TRACE 5.11.1.2");