Skip to content

Commit

Permalink
chore: avt test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Jan 15, 2025
1 parent 6ce6203 commit 063dcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/components/APIKeyModal/APIKeyModal-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ test.describe('APIKeyModal @avt', () => {
);
await expect(modalElement).toBeInViewport();
await expect(modalElement).not.toHaveAttribute('aria-hidden', 'true');
await page.keyboard.press('Tab');
await expect(apiKeyInput).toBeFocused();
});
});

0 comments on commit 063dcdd

Please sign in to comment.