level solved test

This commit is contained in:
Peter Cottle 2015-03-29 21:30:34 -07:00
parent 22fbcdc0a3
commit 3e657e03b0
6 changed files with 19 additions and 13 deletions

View file

@ -8,11 +8,7 @@ casper.start(
this.test.assertTitle('Learn Git Branching');
casper.waitFor(CasperUtils.waits.jsMount)
.then(CasperUtils.waits.allCommandsFinished)
.then(CasperUtils.asserts.intlKeyReturns(
'learn-git-branching',
"Apprenez Git Branching"
))
.waitFor(CasperUtils.waits.allCommandsFinished)
.then(CasperUtils.asserts.selectorContainsText(
'span[data-intl="learn-git-branching"]',
"APPRENEZ GIT BRANCHING"