Skip to content

Commit

Permalink
feat(core/date-picker-refactor): fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashader committed Oct 12, 2023
1 parent c56b93e commit 086f708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

.btn-select-date {
position: absolute;
bottom: $tiny-space;
right: $tiny-space;
left: $tiny-space;
bottom: $default-space;
right: $default-space;
left: $default-space;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { expect } from '@playwright/test';
import { test } from '@utils/test';

const DATE_TIME_PICKER_SELECTOR = 'ix-time-picker-rework';
const DATE_TIME_PICKER_SELECTOR = 'ix-datetime-picker-rework';

test('renders', async ({ mount, page }) => {
await mount(`<ix-datetime-picker-rework></ix-datetime-picker-rework>`);
Expand Down

0 comments on commit 086f708

Please sign in to comment.