Expect
Re-export of test-assertions solution from playwright library.
Using
import { test, expect } from '@pw-codeceptjs/test'
test('Example', async ({}) => {
expect(1).toEqual(1)
})
Re-export of test-assertions solution from playwright library.
import { test, expect } from '@pw-codeceptjs/test'
test('Example', async ({}) => {
expect(1).toEqual(1)
})