mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
last bit before removing level arbiter
This commit is contained in:
parent
3e657e03b0
commit
0eade399d2
2 changed files with 12 additions and 1 deletions
|
@ -11,6 +11,16 @@ casper.start(
|
|||
casper.waitFor(CasperUtils.waits.jsMount)
|
||||
.wait(1000)
|
||||
.waitFor(CasperUtils.waits.allCommandsFinished)
|
||||
.wait(500)
|
||||
.then(CasperUtils.screenshot.entirePage)
|
||||
.then(function() {
|
||||
this.test.assertEvalEquals(function() {
|
||||
return debug_LevelStore_isLevelSolved('intro1');
|
||||
},
|
||||
true,
|
||||
'Checking that level is solved'
|
||||
);
|
||||
})
|
||||
.then(CasperUtils.screenshot.entirePage)
|
||||
.then(CasperUtils.testDone);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue