Skip to content

Commit

Permalink
Merge pull request #69 from spryker/fix-flaky-dms-tests
Browse files Browse the repository at this point in the history
Fixed flaky tests in DMS.
  • Loading branch information
dmiseev authored Dec 16, 2024
2 parents 24dc233 + 7fe6f4e commit e1d61c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { LoginPage, CustomerOverviewPage } from '@pages/yves';
import { CustomerAuthDmsDynamicFixtures, CustomerAuthDmsStaticFixtures } from '@interfaces/yves';
import { CreateStoreScenario, EnableCmsBlockForAllStoresScenario, UserLoginScenario } from '@scenarios/backoffice';
import { SelectStoreScenario } from '@scenarios/yves';
import { retryableBefore } from '../../../support/e2e';

describeIfDynamicStoreEnabled(
'customer auth dms',
Expand All @@ -18,7 +19,7 @@ describeIfDynamicStoreEnabled(
let dynamicFixtures: CustomerAuthDmsDynamicFixtures;
let staticFixtures: CustomerAuthDmsStaticFixtures;

before((): void => {
retryableBefore((): void => {
({ staticFixtures, dynamicFixtures } = Cypress.env());

userLoginScenario.execute({
Expand Down

0 comments on commit e1d61c8

Please sign in to comment.