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

[Testing] Create UI Test for manual test E1 #18623

Closed
jsuarezruiz opened this issue Nov 8, 2023 · 0 comments · Fixed by #18624
Closed

[Testing] Create UI Test for manual test E1 #18623

jsuarezruiz opened this issue Nov 8, 2023 · 0 comments · Fixed by #18624

Comments

@jsuarezruiz
Copy link
Contributor

Description

Create UI Test for manual test E1.

<VerticalStackLayout>
    <Label Text="1. In the Entry control below, input some text. The test passes if the text is not obscured." />
    <Entry IsPassword="False"
           Placeholder="IsPassword=False" />
    <Label Text="2. In the Entry control below, input some text. The test passes if the text is obscured." />
    <Entry IsPassword="True"
           Placeholder="IsPassword=True" />
</VerticalStackLayout>

Entry

  1. In the Entry control below, input some text. The test passes if the text is not obscured.
  2. In the Entry control below, input some text. The test passes if the text is obscured.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.0-rc.2.9511

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS, Android, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants