Oleksii Dolmatov
Results
1
comments of
Oleksii Dolmatov
also please add OR semantics for **getByTestId** for example with locator works perfectly. `await page.locator('[data-testid=selector1], [data-testid=selector2').waitFor();` but with getByTestId `await page.getByTestId('selector1, selector2').waitFor();` result is following: `waiting for selector "internal:attr=[data-testid=selector1, selector2"]"...