-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(storybook): remove design system directory
- Loading branch information
Jamie Thompson
committed
Sep 29, 2021
1 parent
19f0590
commit 8c04a43
Showing
164 changed files
with
522 additions
and
522 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
Feature: Design System Accordion component | ||
I want to test Design System Accordion component | ||
Feature: Accordion component | ||
I want to test Accordion component | ||
|
||
@positive | ||
Scenario: I expand accordion using click | ||
Given I open "Design System Accordion" component page "default story" | ||
When I expand Design System accordionRow via click | ||
Given I open "Accordion" component page "default story" | ||
When I expand default accordionRow via click | ||
Then accordionRow is expanded | ||
|
||
@positive | ||
Scenario: I expand accordion using Enter key | ||
Given I open "Design System Accordion" component page "default story" | ||
Given I open "Accordion" component page "default story" | ||
When I expand accordionRow using "Enter" key | ||
Then accordionRow is expanded | ||
|
||
@positive | ||
Scenario: Verify border outline color on focus | ||
Given I open "Design System Accordion" component page "default story" | ||
Given I open "Accordion" component page "default story" | ||
When I focus first accordionRow | ||
Then accordionRow has golden border outline | ||
|
||
@positive | ||
Scenario: Open accordion by clicking on validation icon | ||
Given I open "Design System Accordion" component page "validation icon" | ||
Given I open "Accordion" component page "validation icon" | ||
When I click on first validation icon | ||
Then accordionRow is expanded |
Oops, something went wrong.