Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Aug 25, 2024
1 parent 9980cdf commit 6856754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/example.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ test.describe('Tram-Deco Example Components', () => {
// validate that the title shadowDOM is rendered as expected
const customTitle = page.locator('custom-title');
await expect(customTitle.locator('h1')).toBeVisible();
// await expect(customTitle).toHaveText('Tram-Deco is Cool!');
const renderedText = await getTextContent(customTitle);
expect(renderedText).toBe('Tram-Deco is Cool!');

Expand Down

0 comments on commit 6856754

Please sign in to comment.