Skip to content

Commit 35503c6

Browse files
committed
Fix UT
1 parent 78dacf1 commit 35503c6

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
@@ -1480,7 +1480,7 @@ module.exports.tests = function () {
14801480
},
14811481
)
14821482
} catch (e) {
1483-
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"')
1483+
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0"')
14841484
}
14851485
})
14861486

0 commit comments

Comments
 (0)