Skip to content

Commit

Permalink
// Copyright (c) Microsoft Corporation. All rights reserved.
Browse files Browse the repository at this point in the history
// Licensed under the MIT License.
chore: rephrase parsing instructions in assessments
-  fixes #6130
  • Loading branch information
Pranav-yadav committed Oct 27, 2022
1 parent 7ef8ee7 commit 79ec812
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/assessments/parsing/test-steps/parsing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ const howToTest: JSX.Element = (
</p>
</li>
<li>
Run the first bookmarklet in the browser tab containing your target page. It will
send the page's DOM to the checker and show the results in a new browser tab.
Go to the browser tab containing your target page and, in that browser window,
select the first bookmarklet. It will send the page's DOM to the checker and show
the results in a new browser tab.
</li>
<li>
Run the second bookmarklet in the browser tab containing the checker results. It
will filter the results to show only WCAG parsing errors.
Go to the browser tab containing the checker results and, in that browser window,
select the second bookmarklet. It will filter the results to show only WCAG parsing
errors.
</li>
<li>
Examine the filtered results to verify that there are no errors related to:
Expand Down

0 comments on commit 79ec812

Please sign in to comment.