Client: tests update

This commit is contained in:
Sam 2018-05-08 21:44:14 +02:00
parent 569b6dbc6e
commit 2fe2feeb22

View File

@ -37,6 +37,6 @@ test('standard user should be add a workout (w/o gpx)', async t => {
await t
.expect(Selector('H1').withText('Dashboard').exists).notOk()
.expect(Selector('H1').withText('Activity').exists).ok()
.expect(Selector('.card-header').withText('Cycling (Sport)').exists).ok()
})