Skip to content

Commit 6cdf288

Browse files
committed
fix: failed UT
1 parent 917b7a5 commit 6cdf288

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
@@ -1497,7 +1497,7 @@ module.exports.tests = function () {
14971497
},
14981498
)
14991499
} catch (e) {
1500-
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"')
1500+
e.message.should.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0"')
15011501
}
15021502
})
15031503

0 commit comments

Comments
 (0)