Fix(cypress): Fix e2e failing on master (#32494)

Этот коммит содержится в:
yasser khan
2025-07-03 10:19:58 +05:30
коммит произвёл GitHub
родитель 6004d15f9e
Коммит 5cd3a3f745
3 изменённых файлов: 5 добавлений и 7 удалений

Просмотреть файл

@@ -223,6 +223,6 @@ describe('Verify Guest User Identification in different screens', () => {
});
// # Close and Clear the Search Autocomplete
cy.get('#searchFormContainer').find('.input-clear-x').click({force: true});
cy.findByTestId('searchBoxClose').click({force: true});
});
});