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 4299fbc commit 1e615b4Copy full SHA for 1e615b4
packages/selenium-ide/src/neo/stores/seed.js
@@ -389,7 +389,7 @@ export default function seed(store, numberOfSuites = 0) {
389
storeTextTest.createCommand(undefined, 'open', '/login')
390
storeTextTest.createCommand(undefined, 'sendKeys', 'css=#username', 'blah')
391
storeTextTest.createCommand(undefined, 'storeValue', 'css=#username', 'aVar')
392
- storeTextTest.createCommand(undefined, 'echo', '${aVar}')
+ storeTextTest.createCommand(undefined, 'assert', 'aVar', 'blah')
393
394
const submitTest = store.createTestCase('submit')
395
submitTest.createCommand(undefined, 'open', '/login')
0 commit comments