You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 Describe the question:
The test fails to execute in the terminal in headless mode and passes executing headed mode
Code is: (not adding complete code)
this.searchBox = page.getByRole('button',{ name: 'Search' });
async search(){
await this.searchBox.click();
}