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

[DO NOT MERGE] Test plan that illustrates assertion exception enhancement specified in issue 1039 #1040

Closed
wants to merge 32 commits into from

Conversation

mcking65
Copy link
Contributor

@mcking65 mcking65 commented Feb 20, 2024

Preview Tests

Issue #1039 proposes an enhancement to the logic for assertion exceptions. The first two tests in the radio group test plan in this PR illustrates how that logic would be used.

In the tests.csv file, the assertions for the first test, navForwardsRadioGroupWhereNoRadioButtonsAreChecked, includes 0:interactionModeEnabled. This specifies that the assertion interactionModeEnabled is not included for any commands associated with this test unless a specific command includes an assertion exception overrides the 0 priority. In jaws-commands.csv and nvda-commands.csv, there is one command associated with this test, tab with a readingCursor setting, that overrides the priority 0 with priority 2.

Similarly, in the test NavBackIntoRadioGroupWhereLastRadioUnchecked, the assertions column includes:

nameThinCrust 0:nameRegularCrust

So, by default, the nameThinCrust assertion is included for all commands. However, for the shift+tab command, each of the screen reader command files includes the assertionException of:

0:nameThinCrust 1:nameRegularCrust

This is because when navigating backward with shift+tab, the cursor moves to the regular curst radio instead of the thin crust radio.

As a result, if #1039 is implemented, the tab and shift+tab commands for these two tests would have assertions that are different from the assertions for other commands.

IsaDC and others added 30 commits December 7, 2023 10:17
…ivedescendant test plan to the V2 test format
…' with 'Navigate forwards to an unchecked radio button'
Howard's fix to Matt's error

Co-authored-by: Howard Edwards <[email protected]>
@howard-e
Copy link
Contributor

#1042 should now make this possible.

@mcking65
Copy link
Contributor Author

Purposed served; #1042 is merged. closing

@mcking65 mcking65 closed this Mar 13, 2024
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