cor-tab-panel emits first registered tab ID if active tab is undefined
adding e2e tests for cor-tabs
This commit is contained in:
parent
57d49a5970
commit
8c03a6be31
9 changed files with 153 additions and 28 deletions
|
@ -20,7 +20,7 @@ export const config: Config = {
|
|||
framework: 'jasmine',
|
||||
seleniumAddress: 'http://localhost:4444/wd/hub',
|
||||
// Uncomment to run tests against local Chrome instance
|
||||
// directConnect: true,
|
||||
directConnect: true,
|
||||
capabilities: {
|
||||
browserName: 'chrome',
|
||||
chromeOptions: {
|
||||
|
@ -61,6 +61,7 @@ export const config: Config = {
|
|||
},
|
||||
specs: [
|
||||
'./e2e/sanity.scenario.ts',
|
||||
'./e2e/trigger-creation.scenario.ts'
|
||||
// './e2e/trigger-creation.scenario.ts',
|
||||
'./e2e/image-repo.scenario.ts',
|
||||
],
|
||||
};
|
||||
|
|
Reference in a new issue