From 3a4ed678628bdc822d8aa1c9836a40032de20fe7 Mon Sep 17 00:00:00 2001 From: theresa Date: Wed, 13 Jan 2021 14:47:32 +0100 Subject: [PATCH] Tests: Adapt acceptance tests to css changes --- frontend/tests/acceptance/places.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/acceptance/places.js b/frontend/tests/acceptance/places.js index 2466e47b4..22f6c361c 100644 --- a/frontend/tests/acceptance/places.js +++ b/frontend/tests/acceptance/places.js @@ -24,7 +24,7 @@ test('#2 Open photo from places', async t => { //TODO replace wait await t .click(Selector('.nav-places')) - .expect(Selector('#p-photo-viewer').visible).notOk() + .expect(Selector('#is-photo-viewer').visible).notOk() .expect(Selector('#map').exists, {timeout: 15000}).ok() .typeText(Selector('input[aria-label="Search"]'), 'Berlin') .pressKey('enter')