Skip to content

Commit

Permalink
chore(SLB-508): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
elistone committed Dec 12, 2024
1 parent 9224564 commit 4e61b02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/specs/drupal/webforms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ test('Webforms work', async ({ page }) => {
.first()
.getByRole('button', { name: 'Send message' })
.click();
// TODO: Find out why it does not work.
await expect(page).toHaveURL(websiteUrl('/de/webform/success'));

// TODO: Move all silverback-mono tests here?
Expand Down

0 comments on commit 4e61b02

Please sign in to comment.