Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
QMAPS-1883 broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
xem committed Apr 19, 2021
1 parent fa5a614 commit cc17016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/poi.desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test('add a poi as favorite and find it back in the favorite menu', async () =>
expect(await exists(page, '.poi_panel')).toBeTruthy();

await page.click('.poi_panel__actions .poi_panel__action__favorite');
await page.click('.search_form__clear');
//await page.click('.search_form__clear');
// it should disappear from the favorites
await toggleFavoritePanel(page);
fav = await getFavorites(page);
Expand Down

0 comments on commit cc17016

Please sign in to comment.