Skip to content

Commit

Permalink
test: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored and Eisie96 committed Sep 4, 2023
1 parent 97323d5 commit 88350d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cypress/e2e/pages/shopping/family.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class FamilyPage {
readonly filterNavigation = new FilterNavigationModule();

static navigateTo(categoryUniqueId: string, page?: number) {
cy.clearCookie('apiToken');
cy.visit(`/ctg${categoryUniqueId}${page ? `?page=${page}` : ''}`);
}
}

0 comments on commit 88350d0

Please sign in to comment.