added end-to-end tests for cor-tabs in image repo view
This commit is contained in:
parent
8c03a6be31
commit
f78e1fb679
3 changed files with 86 additions and 5 deletions
|
@ -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',
|
||||
],
|
||||
|
|
Reference in a new issue