-
Notifications
You must be signed in to change notification settings - Fork 28
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 title reference field to each test plan #521
Conversation
@@ -1,6 +1,7 @@ | |||
refId,value | |||
author,Isabel Del Castillo | |||
authorEmail,[email protected] | |||
title,Action Menu Button Example |
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 should be "Action Menu Button Example Using element.focus()
"
@@ -1,8 +1,9 @@ | |||
refId,value | |||
author,Isabel Del Castillo | |||
authorEmail,[email protected] | |||
title,Data Grid Example |
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 should use the title in the corresponding issue (#352) because there are multiple data grids on the example page and they will ultimately all have a test plan.
@@ -1,8 +1,9 @@ | |||
refId,value | |||
author,Isabel Del Castillo | |||
authorEmail,[email protected] | |||
title,Toggle Button with aria-pressed |
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.
I don't think aria-pressed
is necessary here. Just "Toggle Button".
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.
@mzgoddard Thanks for doing this! I left some individual line comments.
8dc4476
to
0ab4872
Compare
Changes pushed. Thanks for the review @jscholes. |
Preview Tests
#473 move titles for each test plan from support.json into their references.csv.
This PR adds a tittle to test plans that did not have one.