Skip to content

Commit 8aa6c05

Browse files
committed
improve assert include
1 parent 4e30df5 commit 8aa6c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/webapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports.tests = function () {
9999
it('should check text on site', async () => {
100100
await I.amOnPage('/')
101101
await I.see('Welcome to test app!')
102-
await I.see('A wise man said: "debug!!"')
102+
await I.see('A wise man said: "debug!"')
103103
await I.dontSee('Info')
104104
})
105105

0 commit comments

Comments
 (0)