Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix(core-suggest-test): missing hidden attr
Browse files Browse the repository at this point in the history
  • Loading branch information
klizter committed Aug 17, 2023
1 parent 0e5a6b0 commit 60ed4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-suggest/core-suggest.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test.describe('core-suggest', () => {
test('does not open suggestions on clicking a disabled input', async ({ page }) => {
await page.setContent(`
<input data-testid="core-suggest-input" type="text" disabled>
<core-suggest data-testid="core-suggest">
<core-suggest data-testid="core-suggest" hidden>
<ul>
<li><button id="one">Suggest 1</button></li>
<li><button id="two">Suggest 2</button></li>
Expand Down

0 comments on commit 60ed4ef

Please sign in to comment.