mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
fix(e2e): Stabilize ITC tests (#6933)
* fix(ITC): initialize ITC in `created()` hook * fix(e2e): stabilize ITC tests * docs: add JSDocs * refactor: lint:fix * test(e2e): add comment and assertion * refactor: lint:fix
This commit is contained in:
@ -194,7 +194,7 @@ export default {
|
||||
deep: true
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
created() {
|
||||
this.initialize();
|
||||
},
|
||||
beforeUnmount() {
|
||||
|
Reference in New Issue
Block a user