-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this 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> |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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".
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.