Skip to content

Commit

Permalink
fix rogue test (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaGolubyev committed Mar 31, 2019
1 parent 663aa38 commit 2cbe09e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ class PageUrlTest {
void "should provide context of the failure in case of full should statement"() {
code {
browser.url.query.should == 'wrong-value'
} should throwException('\ndoesn\'t equal "wrong-value"\n' +
'mismatches:\n' +
} should throwException('\nmismatches:\n' +
'\n' +
'page url query: actual: "type=full&debug=true" <java.lang.String>\n' +
' expected: "wrong-value" <java.lang.String>')
Expand Down

0 comments on commit 2cbe09e

Please sign in to comment.