@@ -17,7 +17,7 @@ describe('datetime: zoom interactivity', () => {
17
17
18
18
test ( 'should update the month when next button is clicked' , async ( ) => {
19
19
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'
21
21
} ) ;
22
22
23
23
page . setViewport ( {
@@ -47,7 +47,7 @@ describe('datetime: zoom interactivity', () => {
47
47
48
48
test ( 'should update the month when prev button is clicked' , async ( ) => {
49
49
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'
51
51
} ) ;
52
52
53
53
const openModalBtn = await page . find ( '#open-modal' ) ;
@@ -79,7 +79,7 @@ describe('datetime: zoom interactivity', () => {
79
79
80
80
test ( 'should update the month when next button is clicked' , async ( ) => {
81
81
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'
83
83
} ) ;
84
84
85
85
page . setViewport ( {
@@ -109,7 +109,7 @@ describe('datetime: zoom interactivity', () => {
109
109
110
110
test ( 'should update the month when prev button is clicked' , async ( ) => {
111
111
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'
113
113
} ) ;
114
114
115
115
const openModalBtn = await page . find ( '#open-modal' ) ;
0 commit comments