You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #14538 a new naming convention was established for tags placed on avt e2e tests. At the time, only Accordion was updated to use this new naming convention.
Every e2e test file needs to be updated to follow the new naming convention for tags. Without this, avt test status will not be properly surfaced on the website, carbon-design-system/carbon-website#3735
The content you are editing has changed. Please copy your edits and refresh the page.
Playwright tests are divided into different tag categories for reporting
purposes. @avt test tags are used to populate accessibility test statuses
within component pages on https://carbondesignsystem.com
For avt tests, the test title should always include one of the following:
Tag
Description
@avt
High level/root tag that should wrap all avt tests. This is usually placed in a describe block title.
@avt-default-state
Sub-tag of @avt, used to tag individual tests covering the default state of a component.
@avt-advanced-states
Sub-tag of @avt, used to tag individual tests covering advanced states of a component (open/close, invalid, expanded, etc.).
@avt-keyboard-nav
Sub-tag of @avt, used to tag individual tests covering keyboard navigation flows.
In #14538 a new naming convention was established for tags placed on avt e2e tests. At the time, only Accordion was updated to use this new naming convention.
Every e2e test file needs to be updated to follow the new naming convention for tags. Without this, avt test status will not be properly surfaced on the website, carbon-design-system/carbon-website#3735
Tasks for each component
Click to expand list of component test files to update in './e2e/components'
List of
*-test.avt.e2e.js
component test files to updateDelivery
The text was updated successfully, but these errors were encountered: