Skip to content

Commit

Permalink
fix(e2e): temporary do a full page refresh (#10763)
Browse files Browse the repository at this point in the history
  • Loading branch information
N1XUS authored Oct 19, 2023
1 parent 6194b3d commit 0e440a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/wdio/driver/wdio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function goBack(): Promise<void> {
await browser.back();
}

export async function refreshPage(isFullRefresh = false): Promise<void> {
export async function refreshPage(isFullRefresh = true): Promise<void> {
try {
// alerts block any interactions with the page
await browser.dismissAlert();
Expand Down

0 comments on commit 0e440a3

Please sign in to comment.