We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed1472 commit 85e333cCopy full SHA for 85e333c
packages/selenium-ide/src/neo/stores/seed.js
@@ -588,15 +588,11 @@ export default function seed(store, numberOfSuites = 0) {
588
waitSuite.addTestCase(waitTest4)
589
waitSuite.addTestCase(waitTest5)
590
591
- const t = store.createTestCase('aa')
592
- t.createCommand(undefined, 'open', 'http://localhost:5000/')
593
- t.createCommand(undefined, 'storeText', 'id=a', 'a')
594
- t.createCommand(undefined, 'echo', '${a}')
595
-
596
UiState.changeView('Test suites')
597
let suiteState = UiState.getSuiteState(suiteAll)
598
suiteState.setOpen(true)
599
- UiState.selectTest(t)
+ UiState.selectTest(selectWindow, suiteAll)
+ UiState.selectCommand(click)
600
601
store.changeName('seed project')
602
0 commit comments