Admin: test fix
This commit is contained in:
parent
5e9ad13f8f
commit
b89b40a4de
@ -21,6 +21,5 @@ test('admin should be able to access sports administration page', async t => {
|
|||||||
await t
|
await t
|
||||||
.navigateTo(`${TEST_URL}/admin/sports`)
|
.navigateTo(`${TEST_URL}/admin/sports`)
|
||||||
.expect(Selector('H1').withText('Administration - Sports').exists).ok()
|
.expect(Selector('H1').withText('Administration - Sports').exists).ok()
|
||||||
.expect(Selector('.sport-items').withText('Hiking').exists).ok()
|
.expect(Selector('TD').withText('Hiking').exists).ok()
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user