Skip to content

Commit ee6c36f

Browse files
committed
fix old fit step
1 parent c9b0c89 commit ee6c36f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/helper/webapi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,8 @@ export function tests() {
15801580
},
15811581
)
15821582
} catch (e) {
1583-
expect(e.message).to.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true} "0" to equal "3"')
1583+
expect(e.message).to.include('expected all elements ({css: a[href="/codeceptjs/CodeceptJS"]}) to have attributes {"disable":true}')
1584+
expect(e.message).to.match(/"0" to equal "\d+"/)
15841585
}
15851586
})
15861587

0 commit comments

Comments
 (0)