Skip to content

Commit

Permalink
Refresh tests for mozilla#1670
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkollasch committed May 31, 2022
1 parent ebbfe88 commit daacd74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/issues/1670.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("#1670", function () {
console.log("TRACE 5.5.1.0");
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");
await this.webExt.popup.helper.clickElementByQuerySelectorAll(".usercontext-icon", "last");
console.log("TRACE 5.5.1.2");
this.webExt.popup.window.document.getElementById("edit-container-panel-site-input").value = exampleUrl;
console.log("TRACE 5.5.1.3");
Expand All @@ -67,7 +67,7 @@ describe("#1670", function () {
console.log("TRACE 5.7.1.0");
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");
await this.webExt.popup.helper.clickElementByQuerySelectorAll(".usercontext-icon", "last");
console.log("TRACE 5.7.1.2");
this.webExt.popup.window.document.getElementById("edit-container-panel-site-input").value = exampleUrl;
console.log("TRACE 5.7.1.3");
Expand All @@ -91,7 +91,7 @@ describe("#1670", function () {
console.log("TRACE 5.9.1.0");
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");
await this.webExt.popup.helper.clickElementByQuerySelectorAll(".usercontext-icon", "last");
console.log("TRACE 5.9.1.2");
this.webExt.popup.window.document.getElementById("edit-container-panel-site-input").value = exampleUrl;
console.log("TRACE 5.9.1.3");
Expand All @@ -115,7 +115,7 @@ describe("#1670", function () {
console.log("TRACE 5.11.1.0");
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");
await this.webExt.popup.helper.clickElementByQuerySelectorAll(".usercontext-icon", "last");
console.log("TRACE 5.11.1.2");
this.webExt.popup.window.document.getElementById("edit-container-panel-site-input").value = exampleUrl;
console.log("TRACE 5.11.1.3");
Expand Down

0 comments on commit daacd74

Please sign in to comment.