Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: do not nav to become member #604

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ tests the static build which is used in production.
npm run serve-static

We recommend not to use `vite preview`/`npm run preview` for the static page, because
sometimes it provides more functioality than the static page will
sometimes it provides more functionality than the static page will
actually have.

4. Run the e2e tests. The tests don't actually care whether the page is static,
Expand Down
10 changes: 0 additions & 10 deletions tests/all-nav-links.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@ test.describe('test regular viewport', () => {
},
page: '**/mitmachen/volunteer-teams/',
},
{
linkClick: async (page) => {
await page
.getByTestId('navColoringTest-navbar.volunteering')
.getByRole('link', {name: 'Mitmachen'})
.hover();
page.getByRole('link', {name: 'Vereinsmitglied werden'}).click();
},
page: '**/mitmachen/mitglied-werden/',
},
];

test('smoke test all nav links', async ({page}) => {
Expand Down
Loading