Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Jan 18, 2024
1 parent 71f84d7 commit f9eb31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/interactivity/directive-on-document.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test.describe( 'data-wp-on-document', () => {
await page.keyboard.press( 'ArrowDown' );
// Add the element back.
await visibilityButton.click();
await expect( counter ).toHaveText( '1' );
await page.keyboard.press( 'ArrowDown' );
await expect( counter ).toHaveText( '2' );
} );
Expand Down

0 comments on commit f9eb31c

Please sign in to comment.