Skip to content

Commit 119e0e8

Browse files
committed
update: moves variable to correct block
1 parent 73d5bb9 commit 119e0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/end-to-end/getRedirectionURL.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ describe("getRedirectionURL Tests", function () {
4444
});
4545

4646
describe("Test that isNewRecipeUser is passed correctly", function () {
47-
let page;
48-
4947
describe("Email Password Recipe", function () {
48+
let page;
49+
5050
beforeEach(async function () {
5151
page = await browser.newPage();
5252
const coreUrl = await setupCoreApp();

0 commit comments

Comments
 (0)