mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 16:21:06 +02:00
tests fixedddd
This commit is contained in:
parent
51220f6cdd
commit
328823619e
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ CasperUtils.start(
|
||||||
function() {
|
function() {
|
||||||
this.test.assertTitle('Learn Git Branching');
|
this.test.assertTitle('Learn Git Branching');
|
||||||
|
|
||||||
casper.wait(700)
|
casper.waitFor(CasperUtils.waits.jsMount)
|
||||||
|
.wait(200)
|
||||||
.then(CasperUtils.screenshot.entirePage)
|
.then(CasperUtils.screenshot.entirePage)
|
||||||
.then(CasperUtils.asserts.selectorContainsText(
|
.then(CasperUtils.asserts.selectorContainsText(
|
||||||
'#command_c32 div.commandLineResult p',
|
'#command_c32 div.commandLineResult p',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue