Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 24, 2023
1 parent 7577fd6 commit 41d617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/www/views/contact_view/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('ContactView client variant', () => {

await nextFrame();

expect(el.shadowRoot?.querySelector('h1')?.textContent).toContain('Tell us how we can help.');
expect(el.shadowRoot?.querySelector('p.intro')?.textContent).toContain('Tell us how we can help.');
expect(el.shadowRoot?.querySelector('support-form')).toBeNull();
});
});
Expand Down

0 comments on commit 41d617e

Please sign in to comment.