mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
test(e2e): update e2e tests for screenshot (#16056)
This commit is contained in:
@ -20,7 +20,10 @@ export class App implements ComponentInterface {
|
||||
rIC(() => {
|
||||
const { win, config, queue } = this;
|
||||
|
||||
importTapClick(win);
|
||||
if (!config.getBoolean('_testing')) {
|
||||
importTapClick(win);
|
||||
}
|
||||
|
||||
importInputShims(win, config);
|
||||
importStatusTap(win, config, queue);
|
||||
importHardwareBackButton(win, config);
|
||||
|
Reference in New Issue
Block a user