Skip to content

Commit fa8ed0f

Browse files
committed
fix(): zoom test
1 parent 6657a49 commit fa8ed0f

File tree

1 file changed

+4
-4
lines changed
  • core/src/components/datetime/test/zoom

1 file changed

+4
-4
lines changed

core/src/components/datetime/test/zoom/e2e.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('datetime: zoom interactivity', () => {
1717

1818
test('should update the month when next button is clicked', async () => {
1919
const page = await newE2EPage({
20-
url: '/src/components/datetime/test/sub-pixel-width?ionic:_testing=true'
20+
url: '/src/components/datetime/test/zoom?ionic:_testing=true'
2121
});
2222

2323
page.setViewport({
@@ -47,7 +47,7 @@ describe('datetime: zoom interactivity', () => {
4747

4848
test('should update the month when prev button is clicked', async () => {
4949
const page = await newE2EPage({
50-
url: '/src/components/datetime/test/sub-pixel-width?ionic:_testing=true'
50+
url: '/src/components/datetime/test/zoom?ionic:_testing=true'
5151
});
5252

5353
const openModalBtn = await page.find('#open-modal');
@@ -79,7 +79,7 @@ describe('datetime: zoom interactivity', () => {
7979

8080
test('should update the month when next button is clicked', async () => {
8181
const page = await newE2EPage({
82-
url: '/src/components/datetime/test/sub-pixel-width?ionic:_testing=true'
82+
url: '/src/components/datetime/test/zoom?ionic:_testing=true'
8383
});
8484

8585
page.setViewport({
@@ -109,7 +109,7 @@ describe('datetime: zoom interactivity', () => {
109109

110110
test('should update the month when prev button is clicked', async () => {
111111
const page = await newE2EPage({
112-
url: '/src/components/datetime/test/sub-pixel-width?ionic:_testing=true'
112+
url: '/src/components/datetime/test/zoom?ionic:_testing=true'
113113
});
114114

115115
const openModalBtn = await page.find('#open-modal');

0 commit comments

Comments
 (0)