You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
In e2e testing of ionic7 projects, the ion-input is not accessible / no value can be set.
Expected behavior:
Can set a value through the helpers class IonicInput
Steps to reproduce:
Try to use the helpers in an Ionic7 project.
In my opinion, you just have to look which changes the Ion-Input got from 6 ⇾ 7 and adjust the class IonicInput accordingly. I assume other components did change as well, and maybe the repo ionic-e2e-example needs an entire upgrade to ionic7 as well. Maybe as a tag in repo to switch back to 6 any time.
I'm submitting a
Current behavior:
In e2e testing of ionic7 projects, the ion-input is not accessible / no value can be set.
Expected behavior:
Can set a value through the helpers class
IonicInput
Steps to reproduce:
Try to use the helpers in an Ionic7 project.
In my opinion, you just have to look which changes the Ion-Input got from 6 ⇾ 7 and adjust the class
IonicInput
accordingly. I assume other components did change as well, and maybe the repoionic-e2e-example
needs an entire upgrade to ionic7 as well. Maybe as a tag in repo to switch back to 6 any time.Related code:
ionic-e2e-example/tests/helpers/ionic/components/input.ts
Lines 5 to 38 in fffed0d
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):Ionic:
Ionic CLI : 7.1.1
Ionic Framework : @ionic/react 7.0.14
Capacitor:
Capacitor CLI : 5.0.5
@capacitor/android : 5.0.5
@capacitor/core : 5.0.5
@capacitor/ios : 5.0.5
Utility:
cordova-res : not installed globally
native-run : 1.7.2
System:
NodeJS : v19.7.0
npm : 9.5.0
OS : Linux 5.19
The text was updated successfully, but these errors were encountered: