test(e2e): update e2e tests for screenshot (#16056)

This commit is contained in:
Adam Bradley
2018-10-23 23:56:40 -05:00
committed by GitHub
parent 02ef52b85c
commit d800c48734
12 changed files with 19 additions and 4 deletions

View File

@ -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);