Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EasyRepro SetValue fails for text fields without label #88

Open
mVermaat opened this issue May 28, 2020 · 2 comments
Open

EasyRepro SetValue fails for text fields without label #88

mVermaat opened this issue May 28, 2020 · 2 comments
Assignees
Labels
Dependency Bugs Bug in a dependent package

Comments

@mVermaat
Copy link
Owner

The below code fails for text fields without labels. Pull request to easyrepro will be made:

// Needed to transfer focus out of special fields (email or phone)
                var label = fieldContainer.ClickIfVisible(By.TagName("label"));
                if (label == null)
                    driver.ClearFocus();

@mVermaat mVermaat added the Dependency Bugs Bug in a dependent package label May 28, 2020
@mVermaat mVermaat added this to the 3.1 milestone May 28, 2020
@mVermaat mVermaat self-assigned this May 28, 2020
@mVermaat
Copy link
Owner Author

Workaround can me removed after microsoft/EasyRepro#882 is released

mVermaat added a commit that referenced this issue May 31, 2020
Updated EasyRepro to latest version.

Workaround for #78 implemented until EasyRepro provides a fix
Workaround for #88 implemented until EasyRepro provides a fix
Fixed #89. Dialogs working again.
@mVermaat mVermaat removed this from the 3.1 milestone Jun 26, 2020
@s1m0nj
Copy link

s1m0nj commented Oct 14, 2022

Shouldn't this issue be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency Bugs Bug in a dependent package
Projects
None yet
Development

No branches or pull requests

2 participants