Skip to content

Commit f78cb4c

Browse files
committed
DON-1156: Suppress redirect from homepage to current campaign for checking homepage accessibility
1 parent 5a9602b commit f78cb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steps/HomePage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Given(
88
const baseurl = process.env.BASE_URL;
99
if (!baseurl) throw new Error('BASE_URL not defined in enviornment');
1010

11-
await goToUrl(baseurl);
11+
await goToUrl(baseurl + "?noredirect=");
1212
}
1313
);
1414
Then(

0 commit comments

Comments
 (0)