diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/aria-snapshot.yml new file mode 100644 index 0000000000..54f73ac747 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/aria-snapshot.yml @@ -0,0 +1,8 @@ +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/aria-snapshot.yml new file mode 100644 index 0000000000..9b72734788 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/aria-snapshot.yml @@ -0,0 +1,8 @@ +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/aria-snapshot.yml new file mode 100644 index 0000000000..bbf2a737c1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "This is a title" [level=3] +- text: This is a subtitle \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/aria-snapshot.yml new file mode 100644 index 0000000000..fad3c4bcd4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Active item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/aria-snapshot.yml new file mode 100644 index 0000000000..f3df9f6874 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Danger item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/aria-snapshot.yml new file mode 100644 index 0000000000..9719b6a7c9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Default item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/aria-snapshot.yml new file mode 100644 index 0000000000..38e88193ac --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/aria-snapshot.yml new file mode 100644 index 0000000000..32e490c24e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Item with trailing visual" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/aria-snapshot.yml new file mode 100644 index 0000000000..cbf97efdeb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/aria-snapshot.yml @@ -0,0 +1,4 @@ +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/aria-snapshot.yml new file mode 100644 index 0000000000..122a7a0b1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Default item This is a description" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/aria-snapshot.yml new file mode 100644 index 0000000000..122a7a0b1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/aria-snapshot.yml @@ -0,0 +1,3 @@ +- list "List heading": + - listitem: + - link "Default item This is a description" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/aria-snapshot.yml new file mode 100644 index 0000000000..1ded8f5a1f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/aria-snapshot.yml @@ -0,0 +1,9 @@ +- list "List heading": + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..65220123ff --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot--after-interaction.yml @@ -0,0 +1,7 @@ +- button "Menu" +- menu "Menu": + - menuitem "Copy link" + - menuitem "Quote reply" + - menuitem "Reference in new issue" + - menuitem "Edit Change settings" + - menuitem "Delete Sayonara" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot.yml new file mode 100644 index 0000000000..64a0683915 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..f60c056bac --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Menu" +- menu "Menu": + - menuitemcheckbox "langermank Katie Langerman" [checked] + - menuitemcheckbox "jonrohan Jon Rohan" + - menuitemcheckbox "broccolinisoup Armağan Ersöz" [checked] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot.yml new file mode 100644 index 0000000000..64a0683915 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..9db3b7a01d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- 'button "Menu: Quote reply"' +- 'menu "Menu: Quote reply"': + - menuitemradio "Copy link Recommended" + - menuitemradio "Quote reply" [checked] + - menuitemradio "Reference in new issue" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot.yml new file mode 100644 index 0000000000..dd1fa9420a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Menu: Quote reply"' \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..093d349abc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Menu" +- menu "Menu": + - menuitemradio "Copy link" + - menuitemradio "Quote reply" [checked] + - menuitemradio "Reference in new issue" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot.yml new file mode 100644 index 0000000000..64a0683915 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..45318d178f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot--after-interaction.yml @@ -0,0 +1,4 @@ +- button "A wider menu" +- menu "A wider menu": + - menuitemradio "Default This is an example for wide ActionMenus Recommended" [checked] + - menuitemradio "Extended It allows for extended descriptions with extra afforance for additional visuals" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot.yml new file mode 100644 index 0000000000..8ce8bbee1f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot.yml @@ -0,0 +1 @@ +- button "A wider menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..3169c5f07d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot--after-interaction.yml @@ -0,0 +1,20 @@ +- button "Favorite character" +- menu "Favorite character": + - text: Battlestar Galactica + - group "Battlestar Galactica": + - menuitem "William Adama" + - menuitem "Kara \"Starbuck\" Thrace" + - menuitem "Sharon \"Boomer\" Valerii" + - menuitem "Gaius Baltar" + - text: Star Trek + - group "Star Trek": + - menuitem "Capt. Jean-luc Picard" + - menuitem "Capt. Kathryn M. Janeway" + - menuitem "Capt. Benjamin L. Sisko" + - menuitem "Capt. James T. Kirk" + - text: Star Wars + - group "Star Wars": + - menuitem "Leia Organa" + - menuitem "Luke Skywalker" + - menuitem "Han Solo" + - menuitem "Chewbacca" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot.yml new file mode 100644 index 0000000000..528587e154 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Favorite character" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..89bcca9f59 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot--after-interaction.yml @@ -0,0 +1,11 @@ +- button "Meal preference" +- menu "Meal preference": + - group: + - menuitem "Meat option" + - text: Vegetarian options + - group "Vegetarian options": + - menuitem "Grilled portbello mushroom" + - menuitem "Polenta" + - menuitem "Seitan" + - group: + - menuitem "Fish option" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot.yml new file mode 100644 index 0000000000..1a4ef78454 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Meal preference" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/aria-snapshot.yml new file mode 100644 index 0000000000..d56c14c282 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/aria-snapshot.yml @@ -0,0 +1,2 @@ +- paragraph: This is a dismissable banner. +- button "Dismiss" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..f979daa403 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/aria-snapshot.yml @@ -0,0 +1 @@ +- paragraph: This is a full width banner. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/aria-snapshot.yml new file mode 100644 index 0000000000..3f977a8584 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/aria-snapshot.yml @@ -0,0 +1 @@ +- paragraph: This is a danger banner! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/aria-snapshot.yml new file mode 100644 index 0000000000..e80388c184 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/aria-snapshot.yml @@ -0,0 +1 @@ +- paragraph: This is a default banner. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/aria-snapshot.yml new file mode 100644 index 0000000000..c4991766ae --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/aria-snapshot.yml @@ -0,0 +1 @@ +- paragraph: This is a success banner! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/aria-snapshot.yml new file mode 100644 index 0000000000..07130aafd3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/aria-snapshot.yml @@ -0,0 +1 @@ +- paragraph: This is a warning banner! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/aria-snapshot.yml new file mode 100644 index 0000000000..5cfaa7d2bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/aria-snapshot.yml @@ -0,0 +1,2 @@ +- paragraph: This is a banner with an action! +- button "Take action" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/aria-snapshot.yml new file mode 100644 index 0000000000..1c52895ddf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/aria-snapshot.yml @@ -0,0 +1,2 @@ +- paragraph: Did you know? Comments can be edited. +- button "Edit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/aria-snapshot.yml new file mode 100644 index 0000000000..7f41d15307 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Default" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/aria-snapshot.yml new file mode 100644 index 0000000000..7f41d15307 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Default" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..7b146d1489 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/aria-snapshot.yml @@ -0,0 +1,2 @@ +- checkbox "Jean-Luc Picard": "1" +- text: Jean-Luc Picard With a caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..99fa7fb52a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/aria-snapshot.yml @@ -0,0 +1,10 @@ +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox "Jean-Luc Picard": picard1 + - text: Jean-Luc Picard + - checkbox "Hikaru Sulu": sulu1 + - text: Hikaru Sulu + - checkbox "Kathryn Janeway": janeway1 + - text: Kathryn Janeway + - checkbox "Benjamin Sisko": sisko1 + - text: Benjamin Sisko \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b3e882b325 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot.yml new file mode 100644 index 0000000000..672f1cdb85 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Show Dialog" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..29771225f4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot--after-interaction.yml @@ -0,0 +1,7 @@ +- button "Show overlay" +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content + - button "Cancel" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot.yml new file mode 100644 index 0000000000..b501a51f0d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Show overlay" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b3e882b325 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot.yml new file mode 100644 index 0000000000..b3e882b325 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot.yml @@ -0,0 +1,5 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b3e882b325 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot.yml new file mode 100644 index 0000000000..672f1cdb85 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Show Dialog" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b3e882b325 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot--after-interaction.yml @@ -0,0 +1,5 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot.yml new file mode 100644 index 0000000000..672f1cdb85 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Show Dialog" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b3dbb3076d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot--after-interaction.yml @@ -0,0 +1,20 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot.yml new file mode 100644 index 0000000000..fa0e152548 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot.yml @@ -0,0 +1,16 @@ +- button "Show Dialog" +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. +- paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut etiam sit amet nisl purus in. Amet risus nullam eget felis. Consectetur adipiscing elit ut aliquam purus sit amet luctus. Non quam lacus suspendisse faucibus interdum. Tempus iaculis urna id volutpat lacus laoreet non curabitur. Ipsum nunc aliquet bibendum enim facilisis gravida. Egestas pretium aenean pharetra magna. Amet mattis vulputate enim nulla aliquet. Diam vel quam elementum pulvinar etiam non. Tempor orci eu lobortis elementum. Arcu non odio euismod lacinia at quis risus sed. +- paragraph: Aenean pharetra magna ac placerat vestibulum lectus mauris. Aenean euismod elementum nisi quis eleifend quam. Duis at tellus at urna condimentum. Tortor dignissim convallis aenean et tortor. Eget nullam non nisi est sit amet facilisis magna. Fermentum et sollicitudin ac orci phasellus egestas tellus. Ac turpis egestas maecenas pharetra convallis posuere morbi leo urna. In nisl nisi scelerisque eu. A erat nam at lectus. Dolor magna eget est lorem. Volutpat diam ut venenatis tellus in metus vulputate eu scelerisque. Eros donec ac odio tempor orci dapibus ultrices in iaculis. Aenean et tortor at risus. Suspendisse sed nisi lacus sed viverra tellus in. Arcu felis bibendum ut tristique et. +- paragraph: At ultrices mi tempus imperdiet nulla malesuada pellentesque elit. Nisl suscipit adipiscing bibendum est ultricies integer quis. Nec sagittis aliquam malesuada bibendum arcu vitae elementum curabitur. Malesuada fames ac turpis egestas maecenas. Fames ac turpis egestas sed tempus urna et pharetra. Vitae elementum curabitur vitae nunc sed velit dignissim sodales ut. Nisi lacus sed viverra tellus in hac habitasse platea. Arcu non odio euismod lacinia at quis risus sed vulputate. Ac placerat vestibulum lectus mauris ultrices eros. Magna sit amet purus gravida quis blandit turpis. Arcu felis bibendum ut tristique. Egestas congue quisque egestas diam in arcu cursus. Pretium aenean pharetra magna ac placerat. Diam maecenas sed enim ut sem viverra. Egestas sed sed risus pretium quam vulputate dignissim suspendisse. Tincidunt id aliquet risus feugiat in. A cras semper auctor neque vitae tempus. Eu lobortis elementum nibh tellus molestie. Neque ornare aenean euismod elementum nisi quis eleifend. +- paragraph: Sed nisi lacus sed viverra tellus in. Nisl condimentum id venenatis a condimentum vitae. Integer malesuada nunc vel risus commodo viverra maecenas accumsan. Magnis dis parturient montes nascetur ridiculus mus mauris vitae ultricies. Nulla facilisi cras fermentum odio eu. Adipiscing elit pellentesque habitant morbi tristique senectus. Urna condimentum mattis pellentesque id. Arcu cursus euismod quis viverra nibh cras pulvinar. Elementum integer enim neque volutpat ac. Euismod nisi porta lorem mollis aliquam ut porttitor. Mauris nunc congue nisi vitae suscipit tellus mauris a. Volutpat blandit aliquam etiam erat velit. Risus sed vulputate odio ut. Ut sem nulla pharetra diam. Turpis massa sed elementum tempus egestas sed sed risus pretium. Cras sed felis eget velit aliquet sagittis. Imperdiet massa tincidunt nunc pulvinar sapien et ligula. Rhoncus est pellentesque elit ullamcorper dignissim cras tincidunt lobortis feugiat. +- paragraph: Eget felis eget nunc lobortis mattis aliquam faucibus. Enim nunc faucibus a pellentesque sit amet. Luctus accumsan tortor posuere ac ut consequat. Sed euismod nisi porta lorem mollis aliquam ut porttitor leo. Tincidunt tortor aliquam nulla facilisi cras fermentum odio. Lobortis elementum nibh tellus molestie nunc non blandit. Luctus accumsan tortor posuere ac ut consequat semper. Etiam tempor orci eu lobortis elementum. Posuere ac ut consequat semper. Feugiat nisl pretium fusce id velit ut tortor pretium viverra. Aliquam id diam maecenas ultricies mi eget mauris pharetra. Maecenas ultricies mi eget mauris pharetra et. Sodales ut eu sem integer vitae justo eget magna fermentum. Ac placerat vestibulum lectus mauris ultrices eros in cursus. Eu non diam phasellus vestibulum lorem sed risus. Facilisi nullam vehicula ipsum a arcu cursus vitae congue mauris. Mauris pharetra et ultrices neque ornare. Aliquam ultrices sagittis orci a. Diam maecenas ultricies mi eget mauris pharetra. Molestie ac feugiat sed lectus vestibulum mattis ullamcorper velit sed. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..c7f52cdc42 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot--after-interaction.yml @@ -0,0 +1,6 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Search + - combobox "Search" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot.yml new file mode 100644 index 0000000000..672f1cdb85 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Show Dialog" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..697397e70b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot--after-interaction.yml @@ -0,0 +1,6 @@ +- group: + - button "Dropdown" + - menu: + - menuitem "Item 1" + - menuitem "Item 2" + - menuitem "Item 3" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot.yml new file mode 100644 index 0000000000..f0ca10ffb0 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- group: + - button "Dropdown" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/aria-snapshot.yml new file mode 100644 index 0000000000..423d9b86a6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "No effect": … \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/aria-snapshot.yml new file mode 100644 index 0000000000..423d9b86a6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "No effect": … \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/aria-snapshot.yml new file mode 100644 index 0000000000..da639887c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/aria-snapshot.yml new file mode 100644 index 0000000000..da639887c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/aria-snapshot.yml new file mode 100644 index 0000000000..da639887c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/aria-snapshot.yml new file mode 100644 index 0000000000..da639887c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/aria-snapshot.yml new file mode 100644 index 0000000000..c5a5106032 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/aria-snapshot.yml @@ -0,0 +1,5 @@ +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/aria-snapshot.yml new file mode 100644 index 0000000000..04bbcfe95f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/aria-snapshot.yml @@ -0,0 +1,13 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference": + - option "Steak" [selected] + - option "Salmon" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..04bbcfe95f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/aria-snapshot.yml @@ -0,0 +1,13 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference": + - option "Steak" [selected] + - option "Salmon" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..04bbcfe95f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,13 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference": + - option "Steak" [selected] + - option "Salmon" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..89f58f71dd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/aria-snapshot.yml @@ -0,0 +1,14 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference": + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/aria-snapshot.yml new file mode 100644 index 0000000000..85f456a571 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/aria-snapshot.yml @@ -0,0 +1 @@ +- img "Circled container icon" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/aria-snapshot.yml new file mode 100644 index 0000000000..cfa0107376 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/aria-snapshot.yml @@ -0,0 +1,2 @@ +- radio "Battlestar Galactica" [checked]: bsg2 +- text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/aria-snapshot.yml new file mode 100644 index 0000000000..db4366d4cc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- radio "Battlestar Galactica": bsg +- text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..3be1603f53 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/aria-snapshot.yml @@ -0,0 +1,2 @@ +- radio "Battlestar Galactica" [disabled]: bsg4 +- text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..cb04b56e47 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,2 @@ +- radio "Battlestar Galactica": bsg2 +- text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..46f9172bf8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/aria-snapshot.yml @@ -0,0 +1,2 @@ +- radio "Battlestar Galactica": bsg1 +- text: Battlestar Galactica With a caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/aria-snapshot.yml new file mode 100644 index 0000000000..c162cb290e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/aria-snapshot.yml @@ -0,0 +1,8 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio "Bears": bears + - text: Bears + - radio "Beets": beets + - text: Beets + - radio "Battlestar Galactica": bsg + - text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/aria-snapshot.yml new file mode 100644 index 0000000000..e336a9d1a6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/aria-snapshot.yml @@ -0,0 +1,9 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio "Bears": bears + - text: Bears + - radio "Beets": beets + - text: Beets + - radio "Battlestar Galactica": bsg + - text: Battlestar Galactica +- text: Please select an option \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..440cd7a511 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/aria-snapshot.yml @@ -0,0 +1,8 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio "Bears": bears1 + - text: Bears + - radio "Beets": beets1 + - text: Beets + - radio "Battlestar Galactica": bsg1 + - text: Battlestar Galactica \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/aria-snapshot.yml new file mode 100644 index 0000000000..3463b85362 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/aria-snapshot.yml new file mode 100644 index 0000000000..ad4d8f79d0 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/aria-snapshot.yml @@ -0,0 +1,5 @@ +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/aria-snapshot.yml new file mode 100644 index 0000000000..ad4d8f79d0 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/aria-snapshot.yml @@ -0,0 +1,5 @@ +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/aria-snapshot.yml new file mode 100644 index 0000000000..6e5c39b909 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/aria-snapshot.yml @@ -0,0 +1,9 @@ +- text: File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/aria-snapshot.yml new file mode 100644 index 0000000000..3e7bc28c76 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/aria-snapshot.yml @@ -0,0 +1,7 @@ +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/aria-snapshot.yml new file mode 100644 index 0000000000..7398888781 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/aria-snapshot.yml @@ -0,0 +1,8 @@ +- text: File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..c7710e030c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit" [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..b7821f1090 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/aria-snapshot.yml new file mode 100644 index 0000000000..b7821f1090 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/aria-snapshot.yml new file mode 100644 index 0000000000..b7821f1090 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..b7821f1090 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..afccaceaf3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/aria-snapshot.yml @@ -0,0 +1,7 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/aria-snapshot.yml new file mode 100644 index 0000000000..558e2e3241 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/aria-snapshot.yml @@ -0,0 +1,7 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..768edcc6a3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot--after-interaction.yml @@ -0,0 +1,10 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - img "Custom loading content... please wait..." + - text: No results found + - heading "No results found" [level=2] + - text: I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..768edcc6a3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot--after-interaction.yml @@ -0,0 +1,10 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - img "Custom loading content... please wait..." + - text: No results found + - heading "No results found" [level=2] + - text: I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..54cd95f2d6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot--after-interaction.yml @@ -0,0 +1,12 @@ +- button "Panel" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot.yml new file mode 100644 index 0000000000..cda312b449 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Panel" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..9deb6b08d5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot--after-interaction.yml @@ -0,0 +1,16 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "options": + - option "Photon torpedo Starship-mounted missile" + - option "Bat'leth The Klingon warrior's preferred means of achieving honor" + - option "Phaser The iconic handheld laser beam" + - option "Lightsaber An elegant weapon for a more civilized age" + - option "Proton pack Ghostbusting equipment" + - option "Sonic screwdriver The Time Lord's multi-purpose tool" + - option "Tricorder Handheld sensor device" + - option "TARDIS Time and relative dimension in space" + - text: 8 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..2330f69141 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot--after-interaction.yml @@ -0,0 +1,8 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - heading "Sorry, something went wrong." [level=2] + - text: Sorry, something went wrong. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..248887c245 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot--after-interaction.yml @@ -0,0 +1,9 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - text: No results found + - heading "No results found" [level=2] + - text: I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..91c30f3dcd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot--after-interaction.yml @@ -0,0 +1,14 @@ +- 'button "Selected item: Choose item" [expanded]': "Item: Choose item" +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results + - button "Cancel" + - button "Save" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot.yml new file mode 100644 index 0000000000..1e0a9ce6c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..888fc47e76 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot--after-interaction.yml @@ -0,0 +1,12 @@ +- button "Panel" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Primer" + - option "Microsoft" [selected] + - option "GitHub" + - option "Catalyst" + - text: 4 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot.yml new file mode 100644 index 0000000000..cda312b449 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Panel" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..54cd95f2d6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot--after-interaction.yml @@ -0,0 +1,12 @@ +- button "Panel" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot.yml new file mode 100644 index 0000000000..cda312b449 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Panel" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..d5f1ec4999 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot--after-interaction.yml @@ -0,0 +1,9 @@ +- button "Panel" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - text: No results found + - heading "No results found" [level=2] + - text: I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot.yml new file mode 100644 index 0000000000..cda312b449 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Panel" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..60e29c8999 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot--after-interaction.yml @@ -0,0 +1,13 @@ +- button "Choose item" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - option "Disabled" [disabled] + - text: 5 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot.yml new file mode 100644 index 0000000000..526de7a260 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..c15a2e918c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot--after-interaction.yml @@ -0,0 +1,14 @@ +- button "Panel" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" [checked] + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! +- separator +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot.yml new file mode 100644 index 0000000000..1d5aac6442 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "Panel" +- separator +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..a60308e235 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot--after-interaction.yml @@ -0,0 +1,12 @@ +- button "Choose item" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot.yml new file mode 100644 index 0000000000..526de7a260 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..1019eb6e6f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot--after-interaction.yml @@ -0,0 +1,16 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "options": + - option "Photon torpedo Starship-mounted missile" + - option "Bat'leth The Klingon warrior's preferred means of achieving honor" + - option "Phaser The iconic handheld laser beam" [checked] + - option "Lightsaber An elegant weapon for a more civilized age" + - option "Proton pack Ghostbusting equipment" + - option "Sonic screwdriver The Time Lord's multi-purpose tool" + - option "Tricorder Handheld sensor device" + - option "TARDIS Time and relative dimension in space" + - text: 8 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b0ad9fa793 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot--after-interaction.yml @@ -0,0 +1,16 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "options": + - option "Photon torpedo Starship-mounted missile" + - option "Bat'leth The Klingon warrior's preferred means of achieving honor" + - option "Phaser The iconic handheld laser beam" + - option "Lightsaber An elegant weapon for a more civilized age" + - option "Proton pack Ghostbusting equipment" + - option "Sonic screwdriver The Time Lord's multi-purpose tool" + - option "Tricorder Handheld sensor device" + - option "TARDIS Time and relative dimension in space" + - text: 8 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..2330f69141 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot--after-interaction.yml @@ -0,0 +1,8 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - heading "Sorry, something went wrong." [level=2] + - text: Sorry, something went wrong. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..248887c245 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot--after-interaction.yml @@ -0,0 +1,9 @@ +- button "Sci-fi equipment" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - text: No results found + - heading "No results found" [level=2] + - text: I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot.yml new file mode 100644 index 0000000000..81767f5715 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Sci-fi equipment" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..8602e74891 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot--after-interaction.yml @@ -0,0 +1,13 @@ +- button "Choose item" [expanded] +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - option "Disabled" [disabled] + - text: 5 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot.yml new file mode 100644 index 0000000000..526de7a260 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..e34a41ce19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot--after-interaction.yml @@ -0,0 +1,14 @@ +- 'button "Item: Item 1" [expanded]' +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" [selected] + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! +- separator +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot.yml new file mode 100644 index 0000000000..bbd483ecb4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot.yml @@ -0,0 +1,3 @@ +- 'button "Item: Item 1"' +- separator +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..1cd2acd2df --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot--after-interaction.yml @@ -0,0 +1,9 @@ +- button "Choose users" [expanded] +- dialog "Select users": + - heading "Select users" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Select users options": + - option "hulk_smash" + - text: 1 result tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot.yml new file mode 100644 index 0000000000..cd66b4c4a5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Choose users" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..ab713a9036 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot--after-interaction.yml @@ -0,0 +1,14 @@ +- 'button "Item: Choose item" [expanded]' +- dialog "Select users": + - heading "Select users" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Select users options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - option "Item 5" + - option "Item 6" + - text: 6 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot.yml new file mode 100644 index 0000000000..ad906a86af --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Item: Choose item"' \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..59e99756c2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot--after-interaction.yml @@ -0,0 +1,14 @@ +- 'button "Your item: Choose item" [expanded]': "Item: Choose item" +- dialog "Select users": + - heading "Select users" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Select users options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - option "Item 5" + - option "Item 6" + - text: 6 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot.yml new file mode 100644 index 0000000000..0d211102f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Your item: Choose item"': "Item: Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..3d47cc6a05 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot--after-interaction.yml @@ -0,0 +1,13 @@ +- 'button "Selected item: Choose item" [expanded]': "Item: Choose item" +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Leading SVG visual": + - img + - text: Leading SVG visual + - option "A Custom content" + - option "Visual icons" + - text: 3 results tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot.yml new file mode 100644 index 0000000000..1e0a9ce6c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..ee840ce09e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot--after-interaction.yml @@ -0,0 +1,13 @@ +- 'button "Selected item: Choose item" [expanded]': "Item: Choose item" +- dialog "Menu": + - heading "Menu" [level=1] + - heading "Choose the item you want to select" [level=2] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Item 1" + - option "Item 2" + - option "Item 3" + - option "Item 4" + - text: 4 results tab for results I'm a footer! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot.yml new file mode 100644 index 0000000000..1e0a9ce6c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..92c0a123e2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot--after-interaction.yml @@ -0,0 +1,9 @@ +- 'button "Selected item: Choose item" [expanded]': "Item: Choose item" +- dialog "Menu": + - heading "Menu" [level=1] + - button "Close" + - text: Filter + - searchbox "Filter" + - listbox "Menu options": + - option "Visual icons" + - text: 1 result tab for results \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot.yml new file mode 100644 index 0000000000..1e0a9ce6c7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot.yml @@ -0,0 +1 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/aria-snapshot.yml new file mode 100644 index 0000000000..dc8ea0ad62 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/aria-snapshot.yml new file mode 100644 index 0000000000..aa836b0d0a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/aria-snapshot.yml @@ -0,0 +1,9 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/aria-snapshot.yml new file mode 100644 index 0000000000..1c95ea5c7d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/aria-snapshot.yml new file mode 100644 index 0000000000..0b65cec4a6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/aria-snapshot.yml @@ -0,0 +1,5 @@ +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/aria-snapshot.yml new file mode 100644 index 0000000000..159c480c41 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..5ca572ff59 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" [disabled] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..159c480c41 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/aria-snapshot.yml new file mode 100644 index 0000000000..159c480c41 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/aria-snapshot.yml new file mode 100644 index 0000000000..159c480c41 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..159c480c41 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..2ec72017d4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" +- text: With a caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/aria-snapshot.yml new file mode 100644 index 0000000000..69156c5d1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself" +- text: An error occurred! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..cd580e9bb7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" [disabled] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/aria-snapshot.yml new file mode 100644 index 0000000000..13ee064edf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "Filter" +- text: What is your current status? +- textbox "What is your current status?": Some value \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/aria-snapshot.yml new file mode 100644 index 0000000000..638252f6e3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "Emoji" +- text: What is your current status? +- textbox "What is your current status?": Some value \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/aria-snapshot.yml new file mode 100644 index 0000000000..14523d2d6e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: What is your current status? +- textbox "What is your current status?": Some value +- button "Emoji" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/aria-snapshot.yml new file mode 100644 index 0000000000..1bddbcb3ac --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- button "Clear" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/aria-snapshot.yml new file mode 100644 index 0000000000..3509a3b380 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: With a caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/aria-snapshot.yml new file mode 100644 index 0000000000..fe08859e1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: "5" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/aria-snapshot.yml new file mode 100644 index 0000000000..8476df6ad8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: My text field +- textbox "My text field" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/aria-snapshot.yml new file mode 100644 index 0000000000..9f380821b4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: Hello \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/aria-snapshot.yml new file mode 100644 index 0000000000..f511c6b6b1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: Long trailing text \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/aria-snapshot.yml new file mode 100644 index 0000000000..b5d70dde1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: minute \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/aria-snapshot.yml new file mode 100644 index 0000000000..4075e60d88 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: My text field +- textbox "My text field" +- text: An error occurred! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/aria-snapshot.yml new file mode 100644 index 0000000000..709dd58d87 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/aria-snapshot.yml @@ -0,0 +1 @@ +- button [pressed] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/aria-snapshot.yml new file mode 100644 index 0000000000..c6094f596c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/aria-snapshot.yml @@ -0,0 +1 @@ +- button [disabled] [pressed] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/aria-snapshot.yml new file mode 100644 index 0000000000..e202037755 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/aria-snapshot.yml new file mode 100644 index 0000000000..b214b027a6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/aria-snapshot.yml @@ -0,0 +1 @@ +- button [disabled] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/aria-snapshot.yml new file mode 100644 index 0000000000..e202037755 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/aria-snapshot.yml @@ -0,0 +1 @@ +- button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/aria-snapshot.yml new file mode 100644 index 0000000000..e202037755 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/aria-snapshot.yml @@ -0,0 +1 @@ +- button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/aria-snapshot.yml new file mode 100644 index 0000000000..e202037755 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/aria-snapshot.yml @@ -0,0 +1 @@ +- button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..b924122bd2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip east" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot.yml new file mode 100644 index 0000000000..2c43b8497a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip east" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..64a0ee3740 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip north" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot.yml new file mode 100644 index 0000000000..8a8bcd5e1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip north" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..97aa993e0d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip northeast" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot.yml new file mode 100644 index 0000000000..673513bd9a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip northeast" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..e3035fcd17 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip northwest" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot.yml new file mode 100644 index 0000000000..6226e97905 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip northwest" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..4e838feaae --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip south" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot.yml new file mode 100644 index 0000000000..82b713ae95 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip south" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..1abeae043e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip southeast" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot.yml new file mode 100644 index 0000000000..9ff4de817e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip southeast" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..50bb92068c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip southwest" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot.yml new file mode 100644 index 0000000000..b1f2fd23f1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip southwest" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot--after-interaction.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot--after-interaction.yml new file mode 100644 index 0000000000..2232dfbfd1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot--after-interaction.yml @@ -0,0 +1,2 @@ +- button "Tooltip west" +- tooltip "This is a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot.yml new file mode 100644 index 0000000000..c353e3bfe0 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Tooltip west" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/aria-snapshot.yml new file mode 100644 index 0000000000..005de7fa9f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/aria-snapshot.yml @@ -0,0 +1,9 @@ +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/aria-snapshot.yml new file mode 100644 index 0000000000..9ff8a4d115 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/aria-snapshot.yml new file mode 100644 index 0000000000..95ea1ef6a9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/aria-snapshot.yml @@ -0,0 +1,5 @@ +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/aria-snapshot.yml new file mode 100644 index 0000000000..952ba4e3fc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/aria-snapshot.yml new file mode 100644 index 0000000000..9e190ec52c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/aria-snapshot.yml @@ -0,0 +1,5 @@ +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/aria-snapshot.yml new file mode 100644 index 0000000000..fc10f2051e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: Select a fruit +- combobox "Select a fruit" +- button "Clear" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/aria-snapshot.yml new file mode 100644 index 0000000000..776ebc4d26 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: Select a fruit +- combobox "Select a fruit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/aria-snapshot.yml new file mode 100644 index 0000000000..36f53e4d4b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/aria-snapshot.yml @@ -0,0 +1,2 @@ +- img "@kittenuser" +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/aria-snapshot.yml new file mode 100644 index 0000000000..36f53e4d4b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/aria-snapshot.yml @@ -0,0 +1,2 @@ +- img "@kittenuser" +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/aria-snapshot.yml new file mode 100644 index 0000000000..2419e63d10 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/aria-snapshot.yml @@ -0,0 +1 @@ +- img "@kittenuser" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/aria-snapshot.yml new file mode 100644 index 0000000000..adbb7afe90 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "Title" [level=2] +- paragraph: Description \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/aria-snapshot.yml new file mode 100644 index 0000000000..e691ab4f5a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/aria-snapshot.yml new file mode 100644 index 0000000000..7667e0922a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/aria-snapshot.yml @@ -0,0 +1,4 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- link "Fix issue" +- link "Learn more about vulnerabilities" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/aria-snapshot.yml new file mode 100644 index 0000000000..6d8a8a005b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: Loading +- heading "Mirroring your repository" [level=2] +- paragraph: We’re currently mirroring this repository. It should take anywhere from a few minutes to a couple of hours depending on the size of the repository. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/aria-snapshot.yml new file mode 100644 index 0000000000..adbb7afe90 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "Title" [level=2] +- paragraph: Description \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/aria-snapshot.yml new file mode 100644 index 0000000000..4902391c74 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/aria-snapshot.yml new file mode 100644 index 0000000000..4902391c74 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/aria-snapshot.yml new file mode 100644 index 0000000000..dd0ddbe83f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/aria-snapshot.yml @@ -0,0 +1 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/aria-snapshot.yml new file mode 100644 index 0000000000..ece714a817 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/aria-snapshot.yml @@ -0,0 +1,2 @@ +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/aria-snapshot.yml new file mode 100644 index 0000000000..2d333b04f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/aria-snapshot.yml new file mode 100644 index 0000000000..2d333b04f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/aria-snapshot.yml new file mode 100644 index 0000000000..2d333b04f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/aria-snapshot.yml @@ -0,0 +1,6 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/aria-snapshot.yml new file mode 100644 index 0000000000..ce316454f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/aria-snapshot.yml @@ -0,0 +1,5 @@ +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/aria-snapshot.yml new file mode 100644 index 0000000000..46bf970a79 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/aria-snapshot.yml @@ -0,0 +1,6 @@ +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/aria-snapshot.yml new file mode 100644 index 0000000000..b74fe8af3d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2 with a really long, long, long name" + - listitem: + - link "Breadcrumb Item 3 with an extremely long, long, long name" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/aria-snapshot.yml new file mode 100644 index 0000000000..b74fe8af3d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2 with a really long, long, long name" + - listitem: + - link "Breadcrumb Item 3 with an extremely long, long, long name" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/aria-snapshot.yml new file mode 100644 index 0000000000..7edb7fb9d9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/aria-snapshot.yml @@ -0,0 +1,4 @@ +- button "Button" +- button "Button" +- button "Button" +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/aria-snapshot.yml new file mode 100644 index 0000000000..edc1f1bdf7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/aria-snapshot.yml @@ -0,0 +1,7 @@ +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/aria-snapshot.yml new file mode 100644 index 0000000000..937320f272 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/aria-snapshot.yml @@ -0,0 +1 @@ +- button "This button has a long label and will wrap" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/aria-snapshot.yml new file mode 100644 index 0000000000..54e470052b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Search" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/aria-snapshot.yml new file mode 100644 index 0000000000..1e36d9dadb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "Button": + - img + - text: Button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/aria-snapshot.yml new file mode 100644 index 0000000000..a04ac6e474 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/aria-snapshot.yml @@ -0,0 +1 @@ +- link "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/aria-snapshot.yml new file mode 100644 index 0000000000..3125b88bbd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/aria-snapshot.yml @@ -0,0 +1 @@ +- button "This is a button styled to look like a link that wraps like a link" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/aria-snapshot.yml new file mode 100644 index 0000000000..163399ad73 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/aria-snapshot.yml @@ -0,0 +1 @@ +- button "i" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/aria-snapshot.yml new file mode 100644 index 0000000000..72da313516 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/aria-snapshot.yml @@ -0,0 +1 @@ +- group: Button \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/aria-snapshot.yml new file mode 100644 index 0000000000..a72b261892 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Star ( )": Star () \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/aria-snapshot.yml new file mode 100644 index 0000000000..48573079e4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Comment ( )": Comment () \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/aria-snapshot.yml new file mode 100644 index 0000000000..aa774578a3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "Button 1" +- button "Button 2" +- button "Button 3" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/aria-snapshot.yml new file mode 100644 index 0000000000..05cf1786a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/aria-snapshot.yml @@ -0,0 +1,3 @@ +- button "button 1" +- button "button 2" +- button "button 3" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/aria-snapshot.yml new file mode 100644 index 0000000000..d90aafa55b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/aria-snapshot.yml @@ -0,0 +1,2 @@ +- button "Button 1" +- link "Button 2" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/aria-snapshot.yml new file mode 100644 index 0000000000..dd300c3596 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/aria-snapshot.yml @@ -0,0 +1,2 @@ +- button "Button 1" +- button "menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/aria-snapshot.yml new file mode 100644 index 0000000000..1867ce076b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/aria-snapshot.yml @@ -0,0 +1,2 @@ +- button "Button 1" +- button "Copy some text" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/aria-snapshot.yml new file mode 100644 index 0000000000..f534e613d8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/aria-snapshot.yml @@ -0,0 +1,2 @@ +- button "Main menu" +- button "secondary menu" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/aria-snapshot.yml new file mode 100644 index 0000000000..80e76a38a7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Copy text to the system clipboard" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/aria-snapshot.yml new file mode 100644 index 0000000000..052c1e03ce --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Click to copy!" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/aria-snapshot.yml new file mode 100644 index 0000000000..44dd5f5349 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Copy" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/aria-snapshot.yml new file mode 100644 index 0000000000..44dd5f5349 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Copy" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/aria-snapshot.yml new file mode 100644 index 0000000000..42ae8d79f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Close" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/aria-snapshot.yml new file mode 100644 index 0000000000..42d1c9dfdd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1,000 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/aria-snapshot.yml new file mode 100644 index 0000000000..42d1c9dfdd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1,000 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/aria-snapshot.yml new file mode 100644 index 0000000000..42d1c9dfdd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1,000 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/aria-snapshot.yml new file mode 100644 index 0000000000..42d1c9dfdd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1,000 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/aria-snapshot.yml new file mode 100644 index 0000000000..4338bd3827 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1.2k \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/aria-snapshot.yml new file mode 100644 index 0000000000..eade29e345 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/aria-snapshot.yml @@ -0,0 +1 @@ +- text: "999" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/aria-snapshot.yml new file mode 100644 index 0000000000..973fcefcfa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1,234 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/aria-snapshot.yml new file mode 100644 index 0000000000..559ac74b9f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 5k+ \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/aria-snapshot.yml new file mode 100644 index 0000000000..d88467b10e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 1m+ \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/aria-snapshot.yml new file mode 100644 index 0000000000..36c569840f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/aria-snapshot.yml @@ -0,0 +1 @@ +- text: 4.6m \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/aria-snapshot.yml new file mode 100644 index 0000000000..676f7ec3c6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/aria-snapshot.yml @@ -0,0 +1 @@ +- text: ∞ \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/aria-snapshot.yml new file mode 100644 index 0000000000..ff39a03f27 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a danger flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/aria-snapshot.yml new file mode 100644 index 0000000000..b1f1a54379 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/aria-snapshot.yml new file mode 100644 index 0000000000..6f4ceb340a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a success flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/aria-snapshot.yml new file mode 100644 index 0000000000..2960f7abd7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a warning flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/aria-snapshot.yml new file mode 100644 index 0000000000..b1f1a54379 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/aria-snapshot.yml new file mode 100644 index 0000000000..d2452ee27e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: This is a dismissible flash message! +- button "Dismiss alert" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/aria-snapshot.yml new file mode 100644 index 0000000000..18c9463be5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a full width flash message! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/aria-snapshot.yml new file mode 100644 index 0000000000..a8a24d1810 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a flash message with an icon! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/aria-snapshot.yml new file mode 100644 index 0000000000..7040202012 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/aria-snapshot.yml @@ -0,0 +1 @@ +- heading "Heading" [level=2] \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/aria-snapshot.yml new file mode 100644 index 0000000000..c2587eb993 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/aria-snapshot.yml @@ -0,0 +1 @@ +- link "Link" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/aria-snapshot.yml new file mode 100644 index 0000000000..db85556945 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/aria-snapshot.yml @@ -0,0 +1 @@ +- button "Button" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/aria-snapshot.yml new file mode 100644 index 0000000000..2f14560cb9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/aria-snapshot.yml @@ -0,0 +1 @@ +- group \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/aria-snapshot.yml new file mode 100644 index 0000000000..0f1ca1b1a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Accent \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/aria-snapshot.yml new file mode 100644 index 0000000000..6555cbe138 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Attention \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/aria-snapshot.yml new file mode 100644 index 0000000000..f529b6a773 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Danger \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/aria-snapshot.yml new file mode 100644 index 0000000000..ad0e8ad4d4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Done \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/aria-snapshot.yml new file mode 100644 index 0000000000..48e2f02081 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Primary \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/aria-snapshot.yml new file mode 100644 index 0000000000..7e0d238f73 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Secondary \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/aria-snapshot.yml new file mode 100644 index 0000000000..b7ed18a2f2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Severe \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/aria-snapshot.yml new file mode 100644 index 0000000000..7f79c57e92 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Sponsors \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/aria-snapshot.yml new file mode 100644 index 0000000000..df6adfec98 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Success \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/aria-snapshot.yml new file mode 100644 index 0000000000..6880c983ff --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Label \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/aria-snapshot.yml new file mode 100644 index 0000000000..7824bed618 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Inline \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/aria-snapshot.yml new file mode 100644 index 0000000000..45f185213d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Default \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/aria-snapshot.yml new file mode 100644 index 0000000000..fb968569f2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Large \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/aria-snapshot.yml new file mode 100644 index 0000000000..603cae3391 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/aria-snapshot.yml @@ -0,0 +1 @@ +- link "This is a primary link color." \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/aria-snapshot.yml new file mode 100644 index 0000000000..61811c0fd3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/aria-snapshot.yml @@ -0,0 +1 @@ +- link "This is a muted primary link color." \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/aria-snapshot.yml new file mode 100644 index 0000000000..2862e92594 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/aria-snapshot.yml @@ -0,0 +1 @@ +- link "This is a secondary link color." \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/aria-snapshot.yml new file mode 100644 index 0000000000..6984c53791 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/aria-snapshot.yml @@ -0,0 +1 @@ +- link "This is a muted secondary link color." \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/aria-snapshot.yml new file mode 100644 index 0000000000..33ddf1ef06 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/aria-snapshot.yml @@ -0,0 +1 @@ +- link "This is a link!" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/aria-snapshot.yml new file mode 100644 index 0000000000..ec4248b928 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/aria-snapshot.yml @@ -0,0 +1,23 @@ +- navigation "Repository settings": + - heading "Repository settings" [level=2] + - list: + - listitem: + - link "General" + - listitem: + - link "Settings" + - listitem: + - heading "Access" [level=3] + - list "Access": + - listitem: + - link "hulk_smash Bruce Banner" + - listitem: + - link "Collaborators and teams" + - listitem: + - button "Moderation options" [expanded] + - list "Moderation options": + - listitem: + - link "Interaction limits" + - listitem: + - link "Code review limits" + - listitem: + - link "Reported content" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/aria-snapshot.yml new file mode 100644 index 0000000000..947a54704f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/aria-snapshot.yml @@ -0,0 +1,8 @@ +- navigation "List heading": + - list: + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" + - listitem: + - button "Really really long label that may wrap, truncate, or appear as a tooltip" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/aria-snapshot.yml new file mode 100644 index 0000000000..9e39e08be7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/aria-snapshot.yml @@ -0,0 +1,15 @@ +- navigation "My favorite foods": + - heading "My favorite foods" [level=3] + - list "My favorite foods": + - listitem: + - link "Popplers" + - listitem: + - link "Slurm" + - button "Show more foods" + - heading "My favorite snacks" [level=3] + - list "My favorite snacks": + - listitem: + - link "Popplers" + - listitem: + - link "Slurm" + - button "Show more snacks" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/aria-snapshot.yml new file mode 100644 index 0000000000..c30b020a6a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/aria-snapshot.yml @@ -0,0 +1,9 @@ +- navigation "Workflow results": + - heading "Workflows" [level=3] + - list "Workflows": + - listitem: + - link "Build and Test" + - 'button "Build and test: re-run workflow"' + - listitem: + - link "Publish" + - 'button "Publish: re-run workflow"' \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/aria-snapshot.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/aria-snapshot.yml new file mode 100644 index 0000000000..cbe5884a44 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is the Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/aria-snapshot.yml new file mode 100644 index 0000000000..cbe5884a44 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is the Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/aria-snapshot.yml new file mode 100644 index 0000000000..e56a41de45 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- heading "Activity feed" [level=4] +- text: This is the Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/aria-snapshot.yml new file mode 100644 index 0000000000..1d7ff0e188 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is a large Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/aria-snapshot.yml new file mode 100644 index 0000000000..cbe5884a44 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is the Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/aria-snapshot.yml new file mode 100644 index 0000000000..cbe5884a44 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/aria-snapshot.yml @@ -0,0 +1 @@ +- text: This is the Popover body. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/aria-snapshot.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/aria-snapshot.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/aria-snapshot.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/aria-snapshot.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/aria-snapshot.yml new file mode 100644 index 0000000000..e619e468e8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/aria-snapshot.yml @@ -0,0 +1 @@ +- link "January 1, 2020 00:00on Jan 1, 2020" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/aria-snapshot.yml new file mode 100644 index 0000000000..6ed8abc089 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/aria-snapshot.yml @@ -0,0 +1 @@ +- text: January 1, 2020 00:00on Jan 1, 2020 \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/aria-snapshot.yml new file mode 100644 index 0000000000..4bdc5516ee --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Loading \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/aria-snapshot.yml new file mode 100644 index 0000000000..30b5230a25 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: State \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/aria-snapshot.yml new file mode 100644 index 0000000000..7eeca54353 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Default size \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/aria-snapshot.yml new file mode 100644 index 0000000000..5e2c6094b4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Small size \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/aria-snapshot.yml new file mode 100644 index 0000000000..8115fe7cf4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Closed state \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/aria-snapshot.yml new file mode 100644 index 0000000000..5820bae28d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Merged state \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/aria-snapshot.yml new file mode 100644 index 0000000000..4af4bf90e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Open state \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/aria-snapshot.yml new file mode 100644 index 0000000000..04276c19cc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/aria-snapshot.yml @@ -0,0 +1,2 @@ +- text: A Heading A description with actions +- button "An action" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/aria-snapshot.yml new file mode 100644 index 0000000000..29646b1e2d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Danger Heading A description of the 'danger' \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/aria-snapshot.yml new file mode 100644 index 0000000000..9d1f730f8b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: My Heading My Description \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/aria-snapshot.yml new file mode 100644 index 0000000000..5f0d952503 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Spacious With extra space above the component \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/aria-snapshot.yml new file mode 100644 index 0000000000..305cbb8932 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Text \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/aria-snapshot.yml new file mode 100644 index 0000000000..698c8e1f93 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/aria-snapshot.yml @@ -0,0 +1,2 @@ +- img "octocat" +- text: Success! \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/aria-snapshot.yml new file mode 100644 index 0000000000..7d3f2225be --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/aria-snapshot.yml @@ -0,0 +1 @@ +- text: branch-name-that-is-really-long-branch-name-that-is-really-long-branch-name-that-is-really-long branch-name-that-is-really-long-branch-name-that-is-really-long-branch-name-that-is-really-long branch-name-that-is-really-long-branch-name-that-is-really-long-branch-name-that-is-really-long \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/aria-snapshot.yml new file mode 100644 index 0000000000..75d6fdebec --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Box with border \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/aria-snapshot.yml new file mode 100644 index 0000000000..2e3799addf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/aria-snapshot.yml @@ -0,0 +1 @@ +- text: Box with bottom border \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/aria-snapshot.yml new file mode 100644 index 0000000000..54dd21e03b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/aria-snapshot.yml @@ -0,0 +1,4 @@ +- text: Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/aria-snapshot.yml new file mode 100644 index 0000000000..8ad4aacd38 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/aria-snapshot.yml @@ -0,0 +1,4 @@ +- text: First name +- textbox "First name" +- text: What you go by. +- paragraph: Hello world \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/aria-snapshot.yml new file mode 100644 index 0000000000..9436b5db2c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/aria-snapshot.yml @@ -0,0 +1,8 @@ +- group "Cool places": + - text: Cool places + - checkbox "Lopez Island": lopez + - text: Lopez Island Vacation getaway + - checkbox "Bellevue": bellevue + - text: Bellevue Beautiful view + - checkbox "Seattle": seattle + - text: Seattle The emerald city \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/aria-snapshot.yml new file mode 100644 index 0000000000..7487a4cc40 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/aria-snapshot.yml @@ -0,0 +1,4 @@ +- text: Fruit +- combobox "Fruit" +- text: Something went wrong Please enter your favorite fruit +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/aria-snapshot.yml new file mode 100644 index 0000000000..e932828e36 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/aria-snapshot.yml @@ -0,0 +1,18 @@ +- text: First name +- textbox "First name" +- text: Be honest! +- checkbox "Are you cool?": "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio "10-15": young + - text: 10-15 A young thing. + - radio "16-21": middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox "Lopez Island": lopez + - text: Lopez Island Lopez caption + - checkbox "Bellevue": bellevue + - text: Bellevue Bellevue caption + - checkbox "Seattle": seattle + - text: Seattle Seattle caption \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/aria-snapshot.yml new file mode 100644 index 0000000000..fc2951c24e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/aria-snapshot.yml @@ -0,0 +1,8 @@ +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox "Ey-ples and ba-naynays": "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox "Eye-ples and ba-nainais": "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox "Oh-ples and ba-nonos": long_o + - text: Oh-ples and ba-nonos Long "O" sound \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/aria-snapshot.yml new file mode 100644 index 0000000000..ec349ee0b6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/aria-snapshot.yml @@ -0,0 +1,8 @@ +- group: + - checkbox "Capital": capital + - text: Capital + - checkbox "Most-populous": populous + - text: Most-populous + - checkbox "Custom": custom + - text: Custom Custom cities + - textbox "Custom cities" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/aria-snapshot.yml new file mode 100644 index 0000000000..d126e4ac8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/aria-snapshot.yml @@ -0,0 +1,6 @@ +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox "First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name" +- text: Bueller. Bueller. Bueller. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/aria-snapshot.yml new file mode 100644 index 0000000000..a3d644388c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/aria-snapshot.yml @@ -0,0 +1,11 @@ +- text: Good example +- button "Good example" +- text: My +- emphasis: favorite +- text: caption lorem ipsum dolor sit amet. +- separator +- text: Bad example +- button "Bad example" +- text: My +- emphasis: favorite +- text: caption lorem ipsum dolor sit amet. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/aria-snapshot.yml new file mode 100644 index 0000000000..6b261d2f0d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/aria-snapshot.yml @@ -0,0 +1,9 @@ +- text: First name +- textbox "First name" +- text: What your friends call you. Last name +- textbox "Last name" +- text: What the principal calls you. Dietary restrictions +- textbox "Dietary restrictions" +- text: Any allergies? +- checkbox "Send me gobs of email!": "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/aria-snapshot.yml new file mode 100644 index 0000000000..063d4a0041 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/aria-snapshot.yml @@ -0,0 +1,7 @@ +- text: Will have error +- textbox "Will have error" +- text: Every time this checks with the server, it returns an error Will not error +- textbox "Will not error" +- text: This message will go away once you type something Will not have an error when it checks the server Random error or success +- textbox "Random error or success" +- text: Server checks will randomly respond with errors or success \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/aria-snapshot.yml new file mode 100644 index 0000000000..05df65decd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/aria-snapshot.yml @@ -0,0 +1,5 @@ +- text: First name +- textbox "First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name" +- text: That doesn't look right Bueller. Bueller. Bueller. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/aria-snapshot.yml new file mode 100644 index 0000000000..ef9c95b4c2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/aria-snapshot.yml @@ -0,0 +1,12 @@ +- radiogroup "Country": + - text: Country + - radio "USA": US + - text: USA + - radio "Canada": CA + - text: Canada +- text: Region +- combobox "Region": + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/aria-snapshot.yml new file mode 100644 index 0000000000..3191f2cb53 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/aria-snapshot.yml @@ -0,0 +1,5 @@ +- text: First name +- textbox "First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name" +- text: Bueller. Bueller. Bueller. \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/aria-snapshot.yml new file mode 100644 index 0000000000..3251efd987 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/aria-snapshot.yml @@ -0,0 +1,3 @@ +- checkbox "Enabled": "1" +- text: Enabled +- paragraph: The caption for Enabled? \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/aria-snapshot.yml new file mode 100644 index 0000000000..cc70c718c5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/aria-snapshot.yml @@ -0,0 +1,8 @@ +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio "Online advertisement": online + - text: Online advertisement Facebook maybe? + - radio "Radio advertisement": radio + - text: Radio advertisement We love us some NPR + - radio "From a friend": friend + - text: From a friend Wow, what a good person \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/aria-snapshot.yml new file mode 100644 index 0000000000..bc4dbaaa6a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/aria-snapshot.yml @@ -0,0 +1,12 @@ +- radiogroup: + - radio "Online advertisement": online + - text: Online advertisement Facebook maybe? + - radio "Radio advertisement": radio + - text: Radio advertisement We love us some NPR + - radio "From a friend": friend + - text: From a friend Wow, what a good person First Name + - textbox "First Name" + - text: Last Name + - textbox "Last Name" + - text: Describe this wonderful person in loving detail + - textbox "Describe this wonderful person in loving detail" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/aria-snapshot.yml new file mode 100644 index 0000000000..a70e431a05 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/aria-snapshot.yml @@ -0,0 +1,15 @@ +- text: Cool cities +- combobox "Cool cities": + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox "Places you've been": + - option "Lima, Peru" + - option "Tokyo, Japan" + - option "Reykjavík, Iceland" + - option "Chiang Mai, Thailand" + - option "Queenstown, New Zealand" +- text: Select all that apply +- button "Submit" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/aria-snapshot.yml new file mode 100644 index 0000000000..866b162705 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/aria-snapshot.yml @@ -0,0 +1,3 @@ +- text: Ultimate answer +- textbox "Ultimate answer" +- text: The answer to life, the universe, and everything \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/aria-snapshot.yml new file mode 100644 index 0000000000..113cb6f66b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/aria-snapshot.yml @@ -0,0 +1,8 @@ +- text: First name +- textbox "First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name" +- text: Bueller. Bueller. Bueller. I'm green +- textbox "I'm green" +- button "Submit" [disabled] +- button "Click me" \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/aria-snapshot.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/aria-snapshot.yml new file mode 100644 index 0000000000..101f36c179 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/aria-snapshot.yml @@ -0,0 +1,5 @@ +- text: Ultimate answer +- textbox "Ultimate answer" +- text: The answer to life, the universe, and everything +- checkbox "Enable the Infinite Improbability Drive": "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. \ No newline at end of file