mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 16:44:26 +02:00
level solved test
This commit is contained in:
parent
22fbcdc0a3
commit
3e657e03b0
6 changed files with 19 additions and 13 deletions
|
@ -15,9 +15,6 @@ casper.start(
|
|||
.then(function() {
|
||||
this.mouse.click('#show-objective');
|
||||
})
|
||||
.then(CasperUtils.waits.selectorVisible(
|
||||
'p.commandLine.processing'
|
||||
))
|
||||
.wait(1000)
|
||||
.then(CasperUtils.screenshot.entirePage)
|
||||
.then(CasperUtils.asserts.visibleSelectors([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue