Skip to content

Commit

Permalink
Be sure that the test page is NOT on a treatment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Apr 22, 2020
1 parent 0ce9401 commit f363b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test-home-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Firefox Monitor homepage", function() {
this.retries(2);

beforeEach(function() {
browser.url("/");
browser.url("/?experimentBranch=false");
});

it("should load the latest breach card", function() {
Expand Down

0 comments on commit f363b33

Please sign in to comment.