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

Commit

Permalink
Modified alert-spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
adavijit committed Apr 17, 2024
1 parent 2fcbf7c commit 8564550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-alert/tests/wdio/alert-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Terra.describeViewports('Alert', ['tiny', 'large'], () => {
it('alert content is focused when rendered with an action element', () => {
browser.url('/raw/tests/cerner-terra-core-docs/alert/custom-prop-alert');

browser.keys(['Tab', 'Tab', 'Tab', 'Tab', 'Enter']);
browser.keys(['Tab', 'Tab', 'Tab', 'Tab', 'Tab', 'Tab', 'Enter']);

Terra.validates.element('alert focused');
});
Expand Down

0 comments on commit 8564550

Please sign in to comment.