We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e30df5 commit 8aa6c05Copy full SHA for 8aa6c05
test/helper/webapi.js
@@ -99,7 +99,7 @@ module.exports.tests = function () {
99
it('should check text on site', async () => {
100
await I.amOnPage('/')
101
await I.see('Welcome to test app!')
102
- await I.see('A wise man said: "debug!!"')
+ await I.see('A wise man said: "debug!"')
103
await I.dontSee('Info')
104
})
105
0 commit comments