Tests: Adapt acceptance tests to css changes
This commit is contained in:
parent
966d88d8a8
commit
3a4ed67862
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue