Skip to content

Commit

Permalink
style: fix linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Feb 12, 2024
1 parent 184bffa commit 8a98808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/frontend/tests/forms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ test('Assert "Delete" button calls route to delete form', async ({ page, baseURL
await setUpMocks(page, i, 6);
await logIn(page, SCIPER_OTHER_ADMIN);
page.waitForRequest(async (request) => {
const body = await request.postDataJSON();
return (
request.url() === `${baseURL}/api/evoting/forms/${FORMID}` && request.method() === 'DELETE'
);
Expand Down

0 comments on commit 8a98808

Please sign in to comment.