added end-to-end tests for cor-tabs in image repo view

This commit is contained in:
alecmerdler 2017-06-26 16:43:18 -07:00
parent 8c03a6be31
commit f78e1fb679
3 changed files with 86 additions and 5 deletions

View file

@ -60,7 +60,7 @@ export const config: Config = {
browser.close();
},
specs: [
'./e2e/sanity.scenario.ts',
// './e2e/sanity.scenario.ts',
// './e2e/trigger-creation.scenario.ts',
'./e2e/image-repo.scenario.ts',
],