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

Commit

Permalink
Updated WDIO screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
PK106552 committed Feb 14, 2024
1 parent 380610e commit 41b0295
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/terra-date-picker/tests/wdio/date-picker-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Terra.describeViewports('Date Picker', ['medium'], () => {
it('sets the date', () => {
browser.url('/raw/tests/cerner-terra-framework-docs/date-picker/date-picker-default');
$('input[name="terra-date-month-date-input"]').setValue('0');
browser.keys('a1.b2/;3');
browser.keys('a1.be2/;3');
Terra.hideInputCaret('input[name="terra-date-year-date-input"]');

Terra.validates.element('key limitations');
Expand Down Expand Up @@ -479,7 +479,7 @@ Terra.describeViewports('Date Picker', ['medium'], () => {
});

describe('Initial Focus', () => {
before(() => {
beforeEach(() => {
browser.url('/#/raw/tests/cerner-terra-framework-docs/date-picker/date-picker-default');
Terra.hideInputCaret('input[name="terra-date-month-date-input"]');
Terra.hideInputCaret('input[name="terra-date-day-date-input"]');
Expand Down

0 comments on commit 41b0295

Please sign in to comment.