From b89b40a4de75eedfd6fd18ba48da5013ad8082a5 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 30 Apr 2018 12:35:13 +0200 Subject: [PATCH] Admin: test fix --- mpwo_client/e2e/admin-sports.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mpwo_client/e2e/admin-sports.test.js b/mpwo_client/e2e/admin-sports.test.js index 21de7bb5..44761191 100644 --- a/mpwo_client/e2e/admin-sports.test.js +++ b/mpwo_client/e2e/admin-sports.test.js @@ -21,6 +21,5 @@ test('admin should be able to access sports administration page', async t => { await t .navigateTo(`${TEST_URL}/admin/sports`) .expect(Selector('H1').withText('Administration - Sports').exists).ok() - .expect(Selector('.sport-items').withText('Hiking').exists).ok() - + .expect(Selector('TD').withText('Hiking').exists).ok() })