Skip to content
Snippets Groups Projects
Commit 91a85ff9 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

HOLI-10872: ensure search button exists before pressing

parent a40b2783
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ describe('@Search', () => { ...@@ -19,6 +19,8 @@ describe('@Search', () => {
it('should show and filter results', async () => { it('should show and filter results', async () => {
await continueAsGuest() await continueAsGuest()
// Navigate to search
await waitForElementWithTestId('btn-to-search')
await tapOnElementWithTestId('btn-to-search') await tapOnElementWithTestId('btn-to-search')
const oldSearch = await checkIfElementWithTestIdExists('search-content') const oldSearch = await checkIfElementWithTestIdExists('search-content')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment