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

Add a bunch of test cases for autofill autoprompt #89

Merged
merged 2 commits into from
Jul 29, 2022

Conversation

GioSensation
Copy link
Member

@GioSensation GioSensation commented Jul 25, 2022

Asana: https://app.asana.com/0/0/1202658859281356/f
Reviewer: @shakyShane

Description

Adds a bunch of test cases for autofill autoprompt. The expected behaviour is added to the pages themselves.

Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
@GioSensation GioSensation self-assigned this Jul 25, 2022
@GioSensation GioSensation marked this pull request as ready for review July 29, 2022 11:47
@GioSensation GioSensation requested a review from shakyShane July 29, 2022 11:47
Copy link
Collaborator

@shakyShane shakyShane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@GioSensation GioSensation merged commit 939b9a0 into main Jul 29, 2022
@GioSensation GioSensation deleted the ema/add-autoprompt-test-pages branch July 29, 2022 11:55
Copy link
Member

@kdzwinel kdzwinel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I'm late to the party. I left couple of small comments.

</head>

<body>
<p><a href="../index.html">[Home]</a></p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this doesn't work because we are two levels deep (autofill/autoprompt/). Same for all test case pages.

@@ -75,6 +75,16 @@ <h2>Autofill</h2>
<li><a href="./autofill/modal.html">Email autofill form within self-closing modal</a></li>
<li><a href="./autofill/form-submission.html">Form submission detection and autofill</a></li>
<li><a href="./autofill/frame-form-submission-parent.html">Form submission detection and autofill within an iframe</a></li>
<li>
Autoprompt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we expand a bit more what autoprompt is? I'm guessing something like "automatically prompt to store credentials after login form is detected"?

<li>
Autoprompt
<ul>
<li><a href="./autofill/autoprompt/case-1.html">Case 1</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be good for those cases to explain them a bit, so that we don't have to rely on remembering the numbers e.g. "Form below the fold" instead of "Case 3".

@GioSensation
Copy link
Member Author

Thanks for the feedback, @kdzwinel. Very valid points. I've fixed them in #91.

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

Successfully merging this pull request may close these issues.

3 participants