Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 6, 2023
1 parent 46966af commit 7ffd26b
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 @@ -173,7 +173,7 @@ describe('ContactView client variant', () => {

await nextFrame();

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

0 comments on commit 7ffd26b

Please sign in to comment.