Skip to content

Commit

Permalink
tests(e2e): Don't change Language to EN when initiating campaign-view
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Jul 1, 2024
1 parent 8c6e1a0 commit 9486364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/regression/campaign-flow/campaign-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test.describe.serial(
// For local executions use method navigateToLocalhostHomepage();
// await homepage.navigateToLocalhostHomepage();
await homepage.navigateToEnvHomepage()
await headerPage.changeLanguageToBe(LanguagesEnum.EN)
// await headerPage.changeLanguageToBe(LanguagesEnum.BG)
})

test.afterAll(async () => {
Expand Down

0 comments on commit 9486364

Please sign in to comment.