Serhiy Tymoshenko
Serhiy Tymoshenko
@d4vidi, unfortunately `value` is relevant only for the iOS version of the app. In order to achieve the same on Android the only option is `is-checked` for my case. Properties...
Here there is another good reason why test.each approach might be a good option https://github.com/microsoft/playwright/issues/26431 There are two other ways to achieve what topic starter wants: 1. With global setup...
And my usecase ```typescript await test.step('#4 - type unique keyword(BUG:EP-26957)', async () => { const uniqueKeyword = subForm2.NAME; await formScreen.subformDropdownMenuSearchInput.fill(uniqueKeyword); // await expect.soft(formScreen.subformDropdownMenuItem).toHaveText(uniqueKeyword);// restore after fixing https://company.atlassian.net/browse/EP-26957 }); ```
@zacharyweidenbach could you please eleborate on --runner-config e2e/InitCITests/config.json part? What does this alternative configration contains?
@zacharyweidenbach Thanks for the reply! By "I was never able to solve it" you mean solve with some pretty solution apart from the one you've stated in the topic, or...
Still an issue Mac- 14.3 (23D56) ARM Orca - 2.0.0