From 61350fe0e19c52482a69ba05a48e6073ca9aebd0 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:47:23 +0000 Subject: [PATCH 01/11] Bump playwright --- package-lock.json | 69 ++++++++--------------------------------------- package.json | 4 +-- 2 files changed, 13 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fb50e0696..0dde251245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@github/browserslist-config": "^1.0.0", "@github/markdownlint-github": "^0.6.0", "@github/prettier-config": "0.0.6", - "@playwright/test": "^1.35.1", + "@playwright/test": "^1.49.1", "@primer/css": "21.5.1", "@primer/stylelint-config": "^13.1.1", "@rollup/plugin-node-resolve": "^15.2.3", @@ -46,7 +46,7 @@ "eslint-plugin-prettier": "^5.0.0", "markdownlint-cli2": "^0.16.0", "mocha": "^11.0.1", - "playwright": "^1.35.1", + "playwright": "^1.49.1", "postcss": "^8.4.16", "postcss-cli": "^11.0.0", "postcss-import": "^16.0.0", @@ -2707,46 +2707,17 @@ } }, "node_modules/@playwright/test": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", - "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", - "dev": true, - "dependencies": { - "playwright": "1.48.2" - }, - "bin": { - "playwright": "cli.js" - }, - "engines": { - "node": ">=18" - } - }, - "node_modules/@playwright/test/node_modules/playwright": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", - "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", + "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", "dev": true, + "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.48.2" + "playwright": "1.49.1" }, "bin": { "playwright": "cli.js" }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "fsevents": "2.3.2" - } - }, - "node_modules/@playwright/test/node_modules/playwright-core": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", - "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", - "dev": true, - "bin": { - "playwright-core": "cli.js" - }, "engines": { "node": ">=18" } @@ -13686,30 +13657,12 @@ "dev": true }, "@playwright/test": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", - "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", + "version": "1.49.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", + "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", "dev": true, "requires": { - "playwright": "1.48.2" - }, - "dependencies": { - "playwright": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", - "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", - "dev": true, - "requires": { - "fsevents": "2.3.2", - "playwright-core": "1.48.2" - } - }, - "playwright-core": { - "version": "1.48.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", - "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", - "dev": true - } + "playwright": "1.49.1" } }, "@prettier/sync": { diff --git a/package.json b/package.json index 9c74dc6310..333528e9d6 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@github/browserslist-config": "^1.0.0", "@github/markdownlint-github": "^0.6.0", "@github/prettier-config": "0.0.6", - "@playwright/test": "^1.35.1", + "@playwright/test": "^1.49.1", "@primer/css": "21.5.1", "@primer/stylelint-config": "^13.1.1", "@rollup/plugin-node-resolve": "^15.2.3", @@ -83,7 +83,7 @@ "eslint-plugin-prettier": "^5.0.0", "markdownlint-cli2": "^0.16.0", "mocha": "^11.0.1", - "playwright": "^1.35.1", + "playwright": "^1.49.1", "postcss": "^8.4.16", "postcss-cli": "^11.0.0", "postcss-import": "^16.0.0", From 28e01041eeaab901826720fca5e0baa27338c8f9 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:47:43 +0000 Subject: [PATCH 02/11] Add snapshot assertions --- test/playwright/snapshots.test.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index 873ad95ab8..f7c96eae32 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -59,6 +59,12 @@ test.describe('generate snapshots', () => { } } + test(example.preview_path, async ({page}) => { + await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) + const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() + expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) + }) + test(example.preview_path, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) const defaultScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) From cfd8cf1512f77a691526d731621dd40a109f7f2a Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:51:20 +0000 Subject: [PATCH 03/11] ARIA snapshots --- test/playwright/snapshots.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index f7c96eae32..fba5608ca3 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -59,7 +59,7 @@ test.describe('generate snapshots', () => { } } - test(example.preview_path, async ({page}) => { + test(`${example.preview_path}-aria-snapshots`, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) From 54837ed1b64811674bf1a1efca382e8d29604164 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:59:20 +0000 Subject: [PATCH 04/11] Generate a trillion snapshots --- .github/workflows/test.yml | 2 +- .../alpha/action_bar/default/default.yml | 63 +++++++ .../alpha/action_list/default/default.yml | 63 +++++++ .../alpha/action_list/heading/default.yml | 14 ++ .../alpha/action_list/item_active/default.yml | 28 +++ .../alpha/action_list/item_danger/default.yml | 28 +++ .../action_list/item_default/default.yml | 28 +++ .../action_list/item_disabled/default.yml | 28 +++ .../item_leading_trailing_visual/default.yml | 28 +++ .../item_trailing_action/default.yml | 35 ++++ .../item_with_description/default.yml | 28 +++ .../item_with_description_inline/default.yml | 28 +++ .../long_label_with_tooltip/default.yml | 70 ++++++++ .../alpha/action_menu/default/default.yml | 14 ++ .../multiple_selected_items/default.yml | 14 ++ .../default.yml | 14 ++ .../single_selected_item/default.yml | 14 ++ .../primer/alpha/action_menu/wide/default.yml | 14 ++ .../alpha/action_menu/with_groups/default.yml | 14 ++ .../with_items_and_groups/default.yml | 14 ++ .../alpha/auto_complete/default/default.yml | 21 +++ .../alpha/banner/dismissible/default.yml | 21 +++ .../alpha/banner/full_width/default.yml | 14 ++ .../alpha/banner/scheme_danger/default.yml | 14 ++ .../alpha/banner/scheme_default/default.yml | 14 ++ .../alpha/banner/scheme_success/default.yml | 14 ++ .../alpha/banner/scheme_warning/default.yml | 14 ++ .../banner/with_action_button/default.yml | 21 +++ .../banner/with_action_content/default.yml | 21 +++ .../scheme_default/default.yml | 14 ++ .../sizes_default/default.yml | 14 ++ .../alpha/check_box/with_caption/default.yml | 14 ++ .../check_box_group/with_caption/default.yml | 77 ++++++++ .../primer/alpha/dialog/default/default.yml | 14 ++ .../dialog/dialog_inside_overlay/default.yml | 14 ++ .../alpha/dialog/initally_open/default.yml | 42 +++++ .../primer/alpha/dialog/left_side/default.yml | 14 ++ .../alpha/dialog/right_side/default.yml | 14 ++ .../alpha/dialog/scroll_container/default.yml | 119 +++++++++++++ .../dialog/with_auto_complete/default.yml | 14 ++ .../primer/alpha/dropdown/default/default.yml | 21 +++ .../alpha/hellip_button/default/default.yml | 14 ++ .../hidden_text_expander/default/default.yml | 14 ++ .../primer/alpha/layout/default/default.yml | 1 + .../alpha/layout/gutter_none/default.yml | 1 + .../sidebar_col_placement_start/default.yml | 1 + .../layout/sidebar_width_narrow/default.yml | 1 + .../primer/alpha/menu/default/default.yml | 42 +++++ .../alpha/multi_input/default/default.yml | 98 ++++++++++ .../alpha/multi_input/disabled/default.yml | 98 ++++++++++ .../visually_hide_label/default.yml | 98 ++++++++++ .../multi_input/with_caption/default.yml | 98 ++++++++++ .../alpha/octicon_symbols/default/default.yml | 14 ++ .../alpha/radio_button/checked/default.yml | 14 ++ .../alpha/radio_button/default/default.yml | 14 ++ .../alpha/radio_button/disabled/default.yml | 14 ++ .../visually_hide_label/default.yml | 14 ++ .../radio_button/with_caption/default.yml | 14 ++ .../radio_button_group/default/default.yml | 63 +++++++ .../radio_button_group/invalid/default.yml | 63 +++++++ .../with_caption/default.yml | 63 +++++++ .../segmented_control/default/default.yml | 56 ++++++ .../full_width_medium/default.yml | 56 ++++++ .../full_width_small/default.yml | 56 ++++++ .../icon_only_medium/default.yml | 56 ++++++ .../icon_only_small/default.yml | 56 ++++++ .../icons_and_text_medium/default.yml | 56 ++++++ .../icons_and_text_small/default.yml | 56 ++++++ .../trailing_label_width_medium/default.yml | 42 +++++ .../trailing_label_width_small/default.yml | 42 +++++ .../with_label_and_caption/default.yml | 57 ++++++ .../with_link_as_tag/default.yml | 56 ++++++ .../with_subhead_actions/default.yml | 57 ++++++ .../primer/alpha/select/disabled/default.yml | 43 +++++ .../alpha/select/full_width/default.yml | 43 +++++ .../primer/alpha/select/invalid/default.yml | 43 +++++ .../alpha/select/not_full_width/default.yml | 43 +++++ .../select/visually_hide_label/default.yml | 43 +++++ .../alpha/select/with_caption/default.yml | 43 +++++ .../with_validation_message/default.yml | 43 +++++ .../custom_loading_description/default.yml | 14 ++ .../custom_loading_label/default.yml | 14 ++ .../alpha/select_panel/default/default.yml | 14 ++ .../eventually_local_fetch/default.yml | 14 ++ .../default.yml | 14 ++ .../default.yml | 14 ++ .../select_panel/footer_buttons/default.yml | 14 ++ .../select_panel/list_of_links/default.yml | 14 ++ .../select_panel/local_fetch/default.yml | 14 ++ .../local_fetch_no_results/default.yml | 14 ++ .../select_panel/multiselect/default.yml | 14 ++ .../select_panel/multiselect_form/default.yml | 28 +++ .../alpha/select_panel/no_values/default.yml | 14 ++ .../select_panel/remote_fetch/default.yml | 14 ++ .../remote_fetch_filter_failure/default.yml | 14 ++ .../remote_fetch_initial_failure/default.yml | 14 ++ .../remote_fetch_no_results/default.yml | 14 ++ .../select_panel/single_select/default.yml | 14 ++ .../single_select_form/default.yml | 28 +++ .../with_avatar_items/default.yml | 14 ++ .../with_dynamic_label/default.yml | 14 ++ .../default.yml | 14 ++ .../with_leading_icons/default.yml | 14 ++ .../select_panel/with_subtitle/default.yml | 14 ++ .../with_trailing_icons/default.yml | 14 ++ .../primer/alpha/tab_nav/default/default.yml | 63 +++++++ .../alpha/tab_nav/with_extra/default.yml | 70 ++++++++ .../with_icons_and_counters/default.yml | 63 +++++++ .../alpha/tab_panels/default/default.yml | 42 +++++ .../alpha/text_area/default/default.yml | 15 ++ .../alpha/text_area/disabled/default.yml | 15 ++ .../alpha/text_area/full_width/default.yml | 15 ++ .../alpha/text_area/invalid/default.yml | 15 ++ .../text_area/not_full_width/default.yml | 15 ++ .../text_area/visually_hide_label/default.yml | 15 ++ .../alpha/text_area/with_caption/default.yml | 15 ++ .../with_validation_message/default.yml | 15 ++ .../alpha/text_field/default/default.yml | 15 ++ .../alpha/text_field/disabled/default.yml | 15 ++ .../alpha/text_field/full_width/default.yml | 15 ++ .../default.yml | 28 +++ .../input_group_leading_button/default.yml | 28 +++ .../input_group_trailing_button/default.yml | 22 +++ .../primer/alpha/text_field/inset/default.yml | 15 ++ .../alpha/text_field/invalid/default.yml | 15 ++ .../alpha/text_field/monospace/default.yml | 15 ++ .../text_field/not_full_width/default.yml | 15 ++ .../text_field/show_clear_button/default.yml | 22 +++ .../alpha/text_field/size_large/default.yml | 15 ++ .../alpha/text_field/size_medium/default.yml | 15 ++ .../alpha/text_field/size_small/default.yml | 15 ++ .../visually_hide_label/default.yml | 15 ++ .../alpha/text_field/with_caption/default.yml | 15 ++ .../with_leading_visual/default.yml | 15 ++ .../text_field/with_placeholder/default.yml | 15 ++ .../with_trailing_counter/default.yml | 15 ++ .../text_field/with_trailing_icon/default.yml | 15 ++ .../with_trailing_label/default.yml | 15 ++ .../with_trailing_long_text/default.yml | 15 ++ .../text_field/with_trailing_text/default.yml | 15 ++ .../with_validation_message/default.yml | 15 ++ .../alpha/toggle_switch/checked/default.yml | 14 ++ .../checked_disabled/default.yml | 14 ++ .../alpha/toggle_switch/default/default.yml | 14 ++ .../alpha/toggle_switch/disabled/default.yml | 14 ++ .../alpha/toggle_switch/small/default.yml | 14 ++ .../toggle_switch/with_a_bad_src/default.yml | 14 ++ .../default.yml | 14 ++ .../alpha/tooltip/tooltip_e/default.yml | 14 ++ .../alpha/tooltip/tooltip_n/default.yml | 14 ++ .../alpha/tooltip/tooltip_ne/default.yml | 14 ++ .../alpha/tooltip/tooltip_nw/default.yml | 14 ++ .../alpha/tooltip/tooltip_s/default.yml | 14 ++ .../alpha/tooltip/tooltip_se/default.yml | 14 ++ .../alpha/tooltip/tooltip_sw/default.yml | 14 ++ .../alpha/tooltip/tooltip_w/default.yml | 14 ++ .../alpha/underline_nav/default/default.yml | 70 ++++++++ .../with_icons_and_counters/default.yml | 63 +++++++ .../underline_panels/default/default.yml | 42 +++++ .../underline_panels/with_actions/default.yml | 43 +++++ .../with_icons_and_counters/default.yml | 42 +++++ .../beta/auto_complete/full_width/default.yml | 15 ++ .../beta/auto_complete/large/default.yml | 15 ++ .../auto_complete/leading_visual/default.yml | 15 ++ .../beta/auto_complete/medium/default.yml | 15 ++ .../beta/auto_complete/small/default.yml | 15 ++ .../auto_complete/trailing_action/default.yml | 22 +++ .../visually_hide_label/default.yml | 15 ++ .../primer/beta/avatar/default/default.yml | 14 ++ .../beta/avatar/shape_circle/default.yml | 14 ++ .../beta/avatar/shape_square/default.yml | 14 ++ .../primer/beta/avatar/size_16/default.yml | 14 ++ .../primer/beta/avatar/size_20/default.yml | 14 ++ .../primer/beta/avatar/size_24/default.yml | 14 ++ .../primer/beta/avatar/size_32/default.yml | 14 ++ .../primer/beta/avatar/size_40/default.yml | 14 ++ .../primer/beta/avatar/size_48/default.yml | 14 ++ .../primer/beta/avatar/size_64/default.yml | 14 ++ .../primer/beta/avatar/size_80/default.yml | 14 ++ .../beta/avatar_stack/avatar_2/default.yml | 21 +++ .../beta/avatar_stack/avatar_3/default.yml | 21 +++ .../beta/avatar_stack/default/default.yml | 14 ++ .../beta/blankslate/default/default.yml | 21 +++ .../beta/blankslate/description/default.yml | 21 +++ .../primer/beta/blankslate/full/default.yml | 35 ++++ .../beta/blankslate/loading/default.yml | 22 +++ .../beta/blankslate/option_border/default.yml | 21 +++ .../blankslate/primary_action/default.yml | 21 +++ .../blankslate/secondary_action/default.yml | 21 +++ .../beta/blankslate/with_icon/default.yml | 14 ++ .../beta/blankslate/with_image/default.yml | 21 +++ .../beta/border_box/default/default.yml | 36 ++++ .../border_box/padding_condensed/default.yml | 36 ++++ .../border_box/padding_spacious/default.yml | 36 ++++ .../beta/border_box/row_colors/default.yml | 42 +++++ .../beta/breadcrumbs/default/default.yml | 49 +++++ .../with_beta_truncate/default.yml | 63 +++++++ .../with_deprecated_truncate/default.yml | 63 +++++++ .../beta/button/all_schemes/default.yml | 35 ++++ .../primer/beta/button/full_width/default.yml | 14 ++ .../primer/beta/button/inactive/default.yml | 14 ++ .../button/invisible_all_visuals/default.yml | 56 ++++++ .../primer/beta/button/label_wrap/default.yml | 14 ++ .../beta/button/leading_visual/default.yml | 14 ++ .../button/leading_visual_svg/default.yml | 28 +++ .../primer/beta/button/link/default.yml | 14 ++ .../beta/button/link_as_button/default.yml | 14 ++ .../button/link_scheme_label_wrap/default.yml | 14 ++ .../small_scheme_one_character/default.yml | 14 ++ .../beta/button/summary_as_button/default.yml | 14 ++ .../beta/button/trailing_action/default.yml | 14 ++ .../beta/button/trailing_counter/default.yml | 14 ++ .../beta/button/trailing_visual/default.yml | 14 ++ .../beta/button_group/default/default.yml | 28 +++ .../button_group/icon_buttons/default.yml | 28 +++ .../button_group/multiple_tags/default.yml | 21 +++ .../button_group/split_button/default.yml | 21 +++ .../with_clipboard_copy_button/default.yml | 21 +++ .../button_group/with_menu_button/default.yml | 21 +++ .../beta/clipboard_copy/default/default.yml | 14 ++ .../beta/clipboard_copy/text/default.yml | 14 ++ .../clipboard_copy_button/default/default.yml | 14 ++ .../with_tooltip/default.yml | 14 ++ .../beta/close_button/default/default.yml | 14 ++ .../counter/color_scheme_default/default.yml | 1 + .../counter/color_scheme_primary/default.yml | 1 + .../color_scheme_secondary/default.yml | 1 + .../primer/beta/counter/default/default.yml | 1 + .../counter/rounding_above_1000/default.yml | 1 + .../counter/rounding_below_1000/default.yml | 1 + .../beta/counter/rounding_default/default.yml | 1 + .../counter/rounding_large_number/default.yml | 1 + .../default.yml | 1 + .../default.yml | 1 + .../primer/beta/counter/with_text/default.yml | 1 + .../flash/color_scheme_danger/default.yml | 1 + .../flash/color_scheme_default/default.yml | 1 + .../flash/color_scheme_success/default.yml | 1 + .../flash/color_scheme_warning/default.yml | 1 + .../primer/beta/flash/default/default.yml | 1 + .../flash/options_dismissible/default.yml | 15 ++ .../beta/flash/options_full/default.yml | 1 + .../beta/flash/options_with_icon/default.yml | 1 + .../primer/beta/heading/default/default.yml | 14 ++ .../beta/icon_button/danger/default.yml | 14 ++ .../beta/icon_button/default/default.yml | 14 ++ .../beta/icon_button/invisible/default.yml | 14 ++ .../icon_button/link_as_button/default.yml | 14 ++ .../beta/icon_button/primary/default.yml | 14 ++ .../icon_button/summary_as_button/default.yml | 14 ++ .../label/color_scheme_accent/default.yml | 1 + .../label/color_scheme_attention/default.yml | 1 + .../label/color_scheme_danger/default.yml | 1 + .../beta/label/color_scheme_done/default.yml | 1 + .../label/color_scheme_primary/default.yml | 1 + .../label/color_scheme_secondary/default.yml | 1 + .../label/color_scheme_severe/default.yml | 1 + .../label/color_scheme_sponsors/default.yml | 1 + .../label/color_scheme_success/default.yml | 1 + .../primer/beta/label/default/default.yml | 1 + .../beta/label/inline_inline/default.yml | 1 + .../beta/label/size_default/default.yml | 1 + .../primer/beta/label/size_large/default.yml | 1 + .../link/color_scheme_primary/default.yml | 14 ++ .../color_scheme_primary_muted/default.yml | 14 ++ .../link/color_scheme_secondary/default.yml | 14 ++ .../color_scheme_secondary_muted/default.yml | 14 ++ .../primer/beta/link/default/default.yml | 14 ++ .../primer/beta/nav_list/default/default.yml | 168 ++++++++++++++++++ .../long_label_with_tooltip/default.yml | 63 +++++++ .../beta/nav_list/show_more_item/default.yml | 112 ++++++++++++ .../beta/nav_list/trailing_action/default.yml | 70 ++++++++ .../primer/beta/octicon/default/default.yml | 1 + .../beta/popover/bottom_left/default.yml | 1 + .../beta/popover/bottom_right/default.yml | 1 + .../primer/beta/popover/default/default.yml | 14 ++ .../primer/beta/popover/large/default.yml | 1 + .../primer/beta/popover/top_left/default.yml | 1 + .../primer/beta/popover/top_right/default.yml | 1 + .../beta/progress_bar/default/default.yml | 1 + .../progress_bar/size_default/default.yml | 1 + .../beta/progress_bar/size_large/default.yml | 1 + .../beta/progress_bar/size_small/default.yml | 1 + .../link_with_tooltip/default.yml | 14 ++ .../no_title_attribute/default.yml | 1 + .../primer/beta/spinner/default/default.yml | 1 + .../primer/beta/state/default/default.yml | 1 + .../beta/state/sizes_default/default.yml | 1 + .../primer/beta/state/sizes_small/default.yml | 1 + .../beta/state/states_closed/default.yml | 1 + .../beta/state/states_merged/default.yml | 1 + .../primer/beta/state/states_open/default.yml | 1 + .../primer/beta/subhead/actions/default.yml | 15 ++ .../primer/beta/subhead/danger/default.yml | 1 + .../primer/beta/subhead/default/default.yml | 1 + .../beta/subhead/spacing_spacious/default.yml | 1 + .../primer/beta/text/default/default.yml | 1 + .../beta/timeline_item/default/default.yml | 14 ++ .../beta/truncate/max_widths/default.yml | 1 + .../primer/box/border/default.yml | 1 + .../primer/box/border_bottom/default.yml | 1 + .../primer/forms/action_menu_form/default.yml | 29 +++ .../forms/after_content_form/default.yml | 29 +++ .../array_check_box_group_form/default.yml | 63 +++++++ .../forms/auto_complete_form/default.yml | 29 +++ .../forms/caption_template_form/default.yml | 127 +++++++++++++ .../forms/check_box_group_form/default.yml | 63 +++++++ .../check_box_with_nested_form/default.yml | 63 +++++++ .../primer/forms/composed_form/default.yml | 42 +++++ .../example_toggle_switch_form/default.yml | 71 ++++++++ .../primer/forms/horizontal_form/default.yml | 57 ++++++ .../immediate_validation_form/default.yml | 43 +++++ .../primer/forms/invalid_form/default.yml | 29 +++ .../primer/forms/multi_input_form/default.yml | 91 ++++++++++ .../forms/multi_text_field_form/default.yml | 29 +++ .../name_with_question_mark_form/default.yml | 28 +++ .../forms/radio_button_group_form/default.yml | 63 +++++++ .../radio_button_with_nested_form/default.yml | 91 ++++++++++ .../primer/forms/select_form/default.yml | 106 +++++++++++ .../forms/single_text_field_form/default.yml | 15 ++ .../forms/submit_button_form/default.yml | 57 ++++++ .../text_field_and_checkbox_form/default.yml | 29 +++ 322 files changed, 7561 insertions(+), 1 deletion(-) create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5a040893e..04e95c514c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -257,7 +257,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Generating component snapshots - file_pattern: .playwright/screenshots/**/*.png + file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml - name: "Changes detected" if: steps.auto-commit.outputs.changes_detected == 'true' uses: phulsechinmay/rewritable-pr-comment@v0.3.0 diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml new file mode 100644 index 0000000000..3ce63e3d0a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml @@ -0,0 +1,63 @@ +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: light +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: light_colorblind +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: light_high_contrast +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: dark +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: dark_dimmed +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: dark_high_contrast +- toolbar: + - button "Search" + - button "Edit" + - button "Archive" + - button "Heart" + - button "Bookmark" + - button "Mention" + - button "Attach" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml new file mode 100644 index 0000000000..d28a84b409 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml @@ -0,0 +1,63 @@ +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: light +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: light_colorblind +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: light_high_contrast +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: dark +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: dark_dimmed +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: dark_high_contrast +- heading "Action List" [level=3] +- list "Action List": + - listitem: + - link "Item one" + - listitem: + - link "Item two" + - listitem: + - link "Item three" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml new file mode 100644 index 0000000000..3b850a4039 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml @@ -0,0 +1,14 @@ +- heading "This is a title" [level=3] +- text: This is a subtitle light +- heading "This is a title" [level=3] +- text: This is a subtitle light_colorblind +- heading "This is a title" [level=3] +- text: This is a subtitle light_high_contrast +- heading "This is a title" [level=3] +- text: This is a subtitle dark +- heading "This is a title" [level=3] +- text: This is a subtitle dark_dimmed +- heading "This is a title" [level=3] +- text: This is a subtitle dark_high_contrast +- heading "This is a title" [level=3] +- text: This is a subtitle dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml new file mode 100644 index 0000000000..9c3548a45b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Active item" +- text: light +- list "List heading": + - listitem: + - link "Active item" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Active item" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Active item" +- text: dark +- list "List heading": + - listitem: + - link "Active item" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Active item" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Active item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml new file mode 100644 index 0000000000..b6732e2aa0 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Danger item" +- text: light +- list "List heading": + - listitem: + - link "Danger item" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Danger item" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Danger item" +- text: dark +- list "List heading": + - listitem: + - link "Danger item" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Danger item" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Danger item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml new file mode 100644 index 0000000000..37214be1fc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Default item" +- text: light +- list "List heading": + - listitem: + - link "Default item" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Default item" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Default item" +- text: dark +- list "List heading": + - listitem: + - link "Default item" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Default item" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Default item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml new file mode 100644 index 0000000000..af374ae52d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: light +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: light_colorblind +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: light_high_contrast +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: dark +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: dark_dimmed +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: dark_high_contrast +- list "List heading": + - listitem: + - button "Disabled item Item description" [disabled] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml new file mode 100644 index 0000000000..39407d70e1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: light +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: dark +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Item with trailing visual" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml new file mode 100644 index 0000000000..ca5b8eb579 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml @@ -0,0 +1,35 @@ +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: light +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: dark +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Default item" + - button "Button tooltip" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml new file mode 100644 index 0000000000..2cf951814a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml new file mode 100644 index 0000000000..2cf951814a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml @@ -0,0 +1,28 @@ +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light_colorblind +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: light_high_contrast +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_dimmed +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_high_contrast +- list "List heading": + - listitem: + - link "Default item This is a description" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml new file mode 100644 index 0000000000..ec6b5727eb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml @@ -0,0 +1,70 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml new file mode 100644 index 0000000000..b1ac495bf6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml @@ -0,0 +1,14 @@ +- button "Menu" +- text: light +- button "Menu" +- text: light_colorblind +- button "Menu" +- text: light_high_contrast +- button "Menu" +- text: dark +- button "Menu" +- text: dark_dimmed +- button "Menu" +- text: dark_high_contrast +- button "Menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml new file mode 100644 index 0000000000..b1ac495bf6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml @@ -0,0 +1,14 @@ +- button "Menu" +- text: light +- button "Menu" +- text: light_colorblind +- button "Menu" +- text: light_high_contrast +- button "Menu" +- text: dark +- button "Menu" +- text: dark_dimmed +- button "Menu" +- text: dark_high_contrast +- button "Menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml new file mode 100644 index 0000000000..2bb58827da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml @@ -0,0 +1,14 @@ +- 'button "Menu: Quote reply"' +- text: light +- 'button "Menu: Quote reply"' +- text: light_colorblind +- 'button "Menu: Quote reply"' +- text: light_high_contrast +- 'button "Menu: Quote reply"' +- text: dark +- 'button "Menu: Quote reply"' +- text: dark_dimmed +- 'button "Menu: Quote reply"' +- text: dark_high_contrast +- 'button "Menu: Quote reply"' +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml new file mode 100644 index 0000000000..b1ac495bf6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml @@ -0,0 +1,14 @@ +- button "Menu" +- text: light +- button "Menu" +- text: light_colorblind +- button "Menu" +- text: light_high_contrast +- button "Menu" +- text: dark +- button "Menu" +- text: dark_dimmed +- button "Menu" +- text: dark_high_contrast +- button "Menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml new file mode 100644 index 0000000000..62db0da9d4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml @@ -0,0 +1,14 @@ +- button "A wider menu" +- text: light +- button "A wider menu" +- text: light_colorblind +- button "A wider menu" +- text: light_high_contrast +- button "A wider menu" +- text: dark +- button "A wider menu" +- text: dark_dimmed +- button "A wider menu" +- text: dark_high_contrast +- button "A wider menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml new file mode 100644 index 0000000000..2c9d09d8f8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml @@ -0,0 +1,14 @@ +- button "Favorite character" +- text: light +- button "Favorite character" +- text: light_colorblind +- button "Favorite character" +- text: light_high_contrast +- button "Favorite character" +- text: dark +- button "Favorite character" +- text: dark_dimmed +- button "Favorite character" +- text: dark_high_contrast +- button "Favorite character" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml new file mode 100644 index 0000000000..97c7d3e01d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml @@ -0,0 +1,14 @@ +- button "Meal preference" +- text: light +- button "Meal preference" +- text: light_colorblind +- button "Meal preference" +- text: light_high_contrast +- button "Meal preference" +- text: dark +- button "Meal preference" +- text: dark_dimmed +- button "Meal preference" +- text: dark_high_contrast +- button "Meal preference" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml new file mode 100644 index 0000000000..b9c51a0962 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml @@ -0,0 +1,21 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox +- list +- text: light_colorblind Select a fruit +- combobox +- list +- text: light_high_contrast Select a fruit +- combobox +- list +- text: dark Select a fruit +- combobox +- list +- text: dark_dimmed Select a fruit +- combobox +- list +- text: dark_high_contrast Select a fruit +- combobox +- list +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml new file mode 100644 index 0000000000..2e28cc47c1 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml @@ -0,0 +1,21 @@ +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: light +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: light_colorblind +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: light_high_contrast +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: dark +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: dark_dimmed +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: dark_high_contrast +- paragraph: This is a dismissable banner. +- button "Dismiss" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml new file mode 100644 index 0000000000..1c92e3e87d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml @@ -0,0 +1,14 @@ +- paragraph: This is a full width banner. +- text: light +- paragraph: This is a full width banner. +- text: light_colorblind +- paragraph: This is a full width banner. +- text: light_high_contrast +- paragraph: This is a full width banner. +- text: dark +- paragraph: This is a full width banner. +- text: dark_dimmed +- paragraph: This is a full width banner. +- text: dark_high_contrast +- paragraph: This is a full width banner. +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml new file mode 100644 index 0000000000..bc081dcf95 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml @@ -0,0 +1,14 @@ +- paragraph: This is a danger banner! +- text: light +- paragraph: This is a danger banner! +- text: light_colorblind +- paragraph: This is a danger banner! +- text: light_high_contrast +- paragraph: This is a danger banner! +- text: dark +- paragraph: This is a danger banner! +- text: dark_dimmed +- paragraph: This is a danger banner! +- text: dark_high_contrast +- paragraph: This is a danger banner! +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml new file mode 100644 index 0000000000..9c51426f33 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml @@ -0,0 +1,14 @@ +- paragraph: This is a default banner. +- text: light +- paragraph: This is a default banner. +- text: light_colorblind +- paragraph: This is a default banner. +- text: light_high_contrast +- paragraph: This is a default banner. +- text: dark +- paragraph: This is a default banner. +- text: dark_dimmed +- paragraph: This is a default banner. +- text: dark_high_contrast +- paragraph: This is a default banner. +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml new file mode 100644 index 0000000000..d8f1e9ccc3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml @@ -0,0 +1,14 @@ +- paragraph: This is a success banner! +- text: light +- paragraph: This is a success banner! +- text: light_colorblind +- paragraph: This is a success banner! +- text: light_high_contrast +- paragraph: This is a success banner! +- text: dark +- paragraph: This is a success banner! +- text: dark_dimmed +- paragraph: This is a success banner! +- text: dark_high_contrast +- paragraph: This is a success banner! +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml new file mode 100644 index 0000000000..e8c4d1d286 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml @@ -0,0 +1,14 @@ +- paragraph: This is a warning banner! +- text: light +- paragraph: This is a warning banner! +- text: light_colorblind +- paragraph: This is a warning banner! +- text: light_high_contrast +- paragraph: This is a warning banner! +- text: dark +- paragraph: This is a warning banner! +- text: dark_dimmed +- paragraph: This is a warning banner! +- text: dark_high_contrast +- paragraph: This is a warning banner! +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml new file mode 100644 index 0000000000..f4a4577b87 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml @@ -0,0 +1,21 @@ +- paragraph: This is a banner with an action! +- button "Take action" +- text: light +- paragraph: This is a banner with an action! +- button "Take action" +- text: light_colorblind +- paragraph: This is a banner with an action! +- button "Take action" +- text: light_high_contrast +- paragraph: This is a banner with an action! +- button "Take action" +- text: dark +- paragraph: This is a banner with an action! +- button "Take action" +- text: dark_dimmed +- paragraph: This is a banner with an action! +- button "Take action" +- text: dark_high_contrast +- paragraph: This is a banner with an action! +- button "Take action" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml new file mode 100644 index 0000000000..3cf260c82e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml @@ -0,0 +1,21 @@ +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: light +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: light_colorblind +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: light_high_contrast +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: dark +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: dark_dimmed +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: dark_high_contrast +- paragraph: Did you know? Comments can be edited. +- button "Edit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml new file mode 100644 index 0000000000..b99a959047 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml @@ -0,0 +1,14 @@ +- button "Default" +- text: light +- button "Default" +- text: light_colorblind +- button "Default" +- text: light_high_contrast +- button "Default" +- text: dark +- button "Default" +- text: dark_dimmed +- button "Default" +- text: dark_high_contrast +- button "Default" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml new file mode 100644 index 0000000000..b99a959047 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml @@ -0,0 +1,14 @@ +- button "Default" +- text: light +- button "Default" +- text: light_colorblind +- button "Default" +- text: light_high_contrast +- button "Default" +- text: dark +- button "Default" +- text: dark_dimmed +- button "Default" +- text: dark_high_contrast +- button "Default" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml new file mode 100644 index 0000000000..4cbe2f8d56 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml @@ -0,0 +1,14 @@ +- checkbox "Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard": "1" +- text: Jean-Luc Picard With a caption light +- checkbox: "1" +- text: Jean-Luc Picard With a caption light_colorblind +- checkbox: "1" +- text: Jean-Luc Picard With a caption light_high_contrast +- checkbox: "1" +- text: Jean-Luc Picard With a caption dark +- checkbox: "1" +- text: Jean-Luc Picard With a caption dark_dimmed +- checkbox: "1" +- text: Jean-Luc Picard With a caption dark_high_contrast +- checkbox: "1" +- text: Jean-Luc Picard With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml new file mode 100644 index 0000000000..de6252f803 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml @@ -0,0 +1,77 @@ +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox "Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard": picard1 + - text: Jean-Luc Picard + - checkbox "Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu": sulu1 + - text: Hikaru Sulu + - checkbox "Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway": janeway1 + - text: Kathryn Janeway + - checkbox "Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko": sisko1 + - text: Benjamin Sisko +- text: light +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: light_colorblind +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: light_high_contrast +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: dark +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: dark_dimmed +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: dark_high_contrast +- group "I would go into battle with:": + - text: "I would go into battle with: With a caption" + - checkbox: picard1 + - text: Jean-Luc Picard + - checkbox: sulu1 + - text: Hikaru Sulu + - checkbox: janeway1 + - text: Kathryn Janeway + - checkbox: sisko1 + - text: Benjamin Sisko +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml new file mode 100644 index 0000000000..e4df288d8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml @@ -0,0 +1,14 @@ +- button "Show Dialog" +- text: light +- button "Show Dialog" +- text: light_colorblind +- button "Show Dialog" +- text: light_high_contrast +- button "Show Dialog" +- text: dark +- button "Show Dialog" +- text: dark_dimmed +- button "Show Dialog" +- text: dark_high_contrast +- button "Show Dialog" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml new file mode 100644 index 0000000000..771fd5bee5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml @@ -0,0 +1,14 @@ +- button "Show overlay" +- text: light +- button "Show overlay" +- text: light_colorblind +- button "Show overlay" +- text: light_high_contrast +- button "Show overlay" +- text: dark +- button "Show overlay" +- text: dark_dimmed +- button "Show overlay" +- text: dark_high_contrast +- button "Show overlay" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml new file mode 100644 index 0000000000..ec4e44bdbb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml @@ -0,0 +1,42 @@ +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: light +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: light_colorblind +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: light_high_contrast +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: dark +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: dark_dimmed +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: dark_high_contrast +- button "Show Dialog" +- dialog "Test Dialog": + - heading "Test Dialog" [level=1] + - button "Close" + - text: Content +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml new file mode 100644 index 0000000000..e4df288d8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml @@ -0,0 +1,14 @@ +- button "Show Dialog" +- text: light +- button "Show Dialog" +- text: light_colorblind +- button "Show Dialog" +- text: light_high_contrast +- button "Show Dialog" +- text: dark +- button "Show Dialog" +- text: dark_dimmed +- button "Show Dialog" +- text: dark_high_contrast +- button "Show Dialog" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml new file mode 100644 index 0000000000..e4df288d8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml @@ -0,0 +1,14 @@ +- button "Show Dialog" +- text: light +- button "Show Dialog" +- text: light_colorblind +- button "Show Dialog" +- text: light_high_contrast +- button "Show Dialog" +- text: dark +- button "Show Dialog" +- text: dark_dimmed +- button "Show Dialog" +- text: dark_high_contrast +- button "Show Dialog" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml new file mode 100644 index 0000000000..99796a1469 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml @@ -0,0 +1,119 @@ +- 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. +- text: light +- 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. +- text: light_colorblind +- 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. +- text: light_high_contrast +- 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. +- text: dark +- 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. +- text: dark_dimmed +- 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. +- text: dark_high_contrast +- 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. +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml new file mode 100644 index 0000000000..e4df288d8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml @@ -0,0 +1,14 @@ +- button "Show Dialog" +- text: light +- button "Show Dialog" +- text: light_colorblind +- button "Show Dialog" +- text: light_high_contrast +- button "Show Dialog" +- text: dark +- button "Show Dialog" +- text: dark_dimmed +- button "Show Dialog" +- text: dark_high_contrast +- button "Show Dialog" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml new file mode 100644 index 0000000000..6453ffab2e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml @@ -0,0 +1,21 @@ +- group: + - button "Dropdown" +- text: light +- group: + - button "Dropdown" +- text: light_colorblind +- group: + - button "Dropdown" +- text: light_high_contrast +- group: + - button "Dropdown" +- text: dark +- group: + - button "Dropdown" +- text: dark_dimmed +- group: + - button "Dropdown" +- text: dark_high_contrast +- group: + - button "Dropdown" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml new file mode 100644 index 0000000000..7aea4b7b19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml @@ -0,0 +1,14 @@ +- button "No effect": … +- text: light +- button "No effect": … +- text: light_colorblind +- button "No effect": … +- text: light_high_contrast +- button "No effect": … +- text: dark +- button "No effect": … +- text: dark_dimmed +- button "No effect": … +- text: dark_high_contrast +- button "No effect": … +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml new file mode 100644 index 0000000000..7aea4b7b19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml @@ -0,0 +1,14 @@ +- button "No effect": … +- text: light +- button "No effect": … +- text: light_colorblind +- button "No effect": … +- text: light_high_contrast +- button "No effect": … +- text: dark +- button "No effect": … +- text: dark_dimmed +- button "No effect": … +- text: dark_high_contrast +- button "No effect": … +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml new file mode 100644 index 0000000000..000321cf19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml new file mode 100644 index 0000000000..000321cf19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml new file mode 100644 index 0000000000..000321cf19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml new file mode 100644 index 0000000000..000321cf19 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml @@ -0,0 +1 @@ +- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml new file mode 100644 index 0000000000..80dd6dca06 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml @@ -0,0 +1,42 @@ +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: light +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: light_colorblind +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: light_high_contrast +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: dark +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: dark_dimmed +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: dark_high_contrast +- navigation: + - heading "Heading" [level=2] + - link "Item 1" + - link "With Icon" + - link "With Icon and Counter 25" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml new file mode 100644 index 0000000000..c752158435 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml @@ -0,0 +1,98 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Steak" [selected] + - option "Salmon" +- text: light +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_colorblind +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_dimmed +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml new file mode 100644 index 0000000000..c752158435 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml @@ -0,0 +1,98 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Steak" [selected] + - option "Salmon" +- text: light +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_colorblind +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_dimmed +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml new file mode 100644 index 0000000000..c752158435 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml @@ -0,0 +1,98 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Steak" [selected] + - option "Salmon" +- text: light +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_colorblind +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: light_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_dimmed +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml new file mode 100644 index 0000000000..c88ac2d3fc --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml @@ -0,0 +1,98 @@ +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? light +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? light_colorblind +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? light_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? dark +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? dark_dimmed +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? dark_high_contrast +- emphasis: + - paragraph: This select list controls which field is visible. +- text: Dietary preference +- combobox: + - option "Meatatarian" [selected] + - option "Vegetarian" +- separator +- emphasis: + - paragraph: This is the multi input. +- text: Dietary preference +- combobox: + - option "Steak" [selected] + - option "Salmon" +- text: What'll ya have? dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml new file mode 100644 index 0000000000..a391430faa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml @@ -0,0 +1,14 @@ +- img "Circled container icon" +- text: light +- img "Circled container icon" +- text: light_colorblind +- img "Circled container icon" +- text: light_high_contrast +- img "Circled container icon" +- text: dark +- img "Circled container icon" +- text: dark_dimmed +- img "Circled container icon" +- text: dark_high_contrast +- img "Circled container icon" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml new file mode 100644 index 0000000000..25177743da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml @@ -0,0 +1,14 @@ +- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg2 +- text: Battlestar Galactica light +- radio: bsg2 +- text: Battlestar Galactica light_colorblind +- radio: bsg2 +- text: Battlestar Galactica light_high_contrast +- radio: bsg2 +- text: Battlestar Galactica dark +- radio: bsg2 +- text: Battlestar Galactica dark_dimmed +- radio: bsg2 +- text: Battlestar Galactica dark_high_contrast +- radio [checked]: bsg2 +- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml new file mode 100644 index 0000000000..5b461d31aa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml @@ -0,0 +1,14 @@ +- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg +- text: Battlestar Galactica light +- radio: bsg +- text: Battlestar Galactica light_colorblind +- radio: bsg +- text: Battlestar Galactica light_high_contrast +- radio: bsg +- text: Battlestar Galactica dark +- radio: bsg +- text: Battlestar Galactica dark_dimmed +- radio: bsg +- text: Battlestar Galactica dark_high_contrast +- radio: bsg +- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml new file mode 100644 index 0000000000..a7a0f486f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml @@ -0,0 +1,14 @@ +- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica" [disabled]: bsg4 +- text: Battlestar Galactica light +- radio [disabled]: bsg4 +- text: Battlestar Galactica light_colorblind +- radio [disabled]: bsg4 +- text: Battlestar Galactica light_high_contrast +- radio [disabled]: bsg4 +- text: Battlestar Galactica dark +- radio [disabled]: bsg4 +- text: Battlestar Galactica dark_dimmed +- radio [disabled]: bsg4 +- text: Battlestar Galactica dark_high_contrast +- radio [disabled]: bsg4 +- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml new file mode 100644 index 0000000000..cb5ed7f5ca --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml @@ -0,0 +1,14 @@ +- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg2 +- text: Battlestar Galactica light +- radio: bsg2 +- text: Battlestar Galactica light_colorblind +- radio: bsg2 +- text: Battlestar Galactica light_high_contrast +- radio: bsg2 +- text: Battlestar Galactica dark +- radio: bsg2 +- text: Battlestar Galactica dark_dimmed +- radio: bsg2 +- text: Battlestar Galactica dark_high_contrast +- radio: bsg2 +- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml new file mode 100644 index 0000000000..142e203a1b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml @@ -0,0 +1,14 @@ +- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg1 +- text: Battlestar Galactica With a caption light +- radio: bsg1 +- text: Battlestar Galactica With a caption light_colorblind +- radio: bsg1 +- text: Battlestar Galactica With a caption light_high_contrast +- radio: bsg1 +- text: Battlestar Galactica With a caption dark +- radio: bsg1 +- text: Battlestar Galactica With a caption dark_dimmed +- radio: bsg1 +- text: Battlestar Galactica With a caption dark_high_contrast +- radio: bsg1 +- text: Battlestar Galactica With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml new file mode 100644 index 0000000000..f1897f3a8c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml @@ -0,0 +1,63 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio "Bears Bears Bears Bears Bears Bears Bears": bears + - text: Bears + - radio "Beets Beets Beets Beets Beets Beets Beets": beets + - text: Beets + - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg + - text: Battlestar Galactica +- text: light +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: light_colorblind +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: light_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: dark +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: dark_dimmed +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: dark_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml new file mode 100644 index 0000000000..dc623c318d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml @@ -0,0 +1,63 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio "Bears Bears Bears Bears Bears Bears Bears": bears + - text: Bears + - radio "Beets Beets Beets Beets Beets Beets Beets": beets + - text: Beets + - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg + - text: Battlestar Galactica +- text: Please select an option light +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option light_colorblind +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option light_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option dark +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option dark_dimmed +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option dark_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best?" + - radio: bears + - text: Bears + - radio: beets + - text: Beets + - radio: bsg + - text: Battlestar Galactica +- text: Please select an option dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml new file mode 100644 index 0000000000..1a7e1e3f37 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml @@ -0,0 +1,63 @@ +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio "Bears Bears Bears Bears Bears Bears Bears": bears1 + - text: Bears + - radio "Beets Beets Beets Beets Beets Beets Beets": beets1 + - text: Beets + - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg1 + - text: Battlestar Galactica +- text: light +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: light_colorblind +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: light_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: dark +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: dark_dimmed +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: dark_high_contrast +- 'radiogroup "Question: what kind of bear is best?"': + - text: "Question: what kind of bear is best? With a caption" + - radio: bears1 + - text: Bears + - radio: beets1 + - text: Beets + - radio: bsg1 + - text: Battlestar Galactica +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml new file mode 100644 index 0000000000..0c7e86e0c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml new file mode 100644 index 0000000000..5efe220d48 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml @@ -0,0 +1,42 @@ +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light_colorblind +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light_high_contrast +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_dimmed +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_high_contrast +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml new file mode 100644 index 0000000000..5efe220d48 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml @@ -0,0 +1,42 @@ +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light_colorblind +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: light_high_contrast +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_dimmed +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_high_contrast +- list "Billing duration": + - listitem: + - button "Monthly" + - listitem: + - button "Yearly -8%" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml new file mode 100644 index 0000000000..c6b3ce40d2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml @@ -0,0 +1,57 @@ +- text: File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed light File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed light_colorblind File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed light_high_contrast File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed dark File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed dark_dimmed File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed dark_high_contrast File view +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: Change the way the file is viewed dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml new file mode 100644 index 0000000000..14f451b4c9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml @@ -0,0 +1,56 @@ +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: light +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: light_colorblind +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: light_high_contrast +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: dark +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: dark_dimmed +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: dark_high_contrast +- list "File view": + - listitem: + - link "Preview" + - listitem: + - link "Raw" + - listitem: + - link "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml new file mode 100644 index 0000000000..f6ef925d8d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml @@ -0,0 +1,57 @@ +- text: File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_colorblind File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: light_high_contrast File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_dimmed File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_high_contrast File view Change the way the file is viewed +- list "File view": + - listitem: + - button "Preview" + - listitem: + - button "Raw" + - listitem: + - button "Blame" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml new file mode 100644 index 0000000000..40e0613b08 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit" [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_colorblind Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_high_contrast Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_dimmed Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_high_contrast Favorite place to visit +- combobox [disabled]: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml new file mode 100644 index 0000000000..7f741fc631 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml new file mode 100644 index 0000000000..7f741fc631 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml new file mode 100644 index 0000000000..7f741fc631 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml new file mode 100644 index 0000000000..7f741fc631 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml new file mode 100644 index 0000000000..f1949f20de --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml new file mode 100644 index 0000000000..c0188f6227 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml @@ -0,0 +1,43 @@ +- text: Favorite place to visit +- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! light Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! light_colorblind Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! light_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! dark Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! dark_dimmed Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! dark_high_contrast Favorite place to visit +- combobox: + - option "Lopez Island" [selected] + - option "Shaw Island" + - option "Orcas Island" + - option "San Juan Island" +- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml new file mode 100644 index 0000000000..956996e887 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml @@ -0,0 +1,14 @@ +- button "Panel" +- text: light +- button "Panel" +- text: light_colorblind +- button "Panel" +- text: light_high_contrast +- button "Panel" +- text: dark +- button "Panel" +- text: dark_dimmed +- button "Panel" +- text: dark_high_contrast +- button "Panel" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml new file mode 100644 index 0000000000..4b7bcfd7f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml @@ -0,0 +1,14 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_colorblind +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_dimmed +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml new file mode 100644 index 0000000000..956996e887 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml @@ -0,0 +1,14 @@ +- button "Panel" +- text: light +- button "Panel" +- text: light_colorblind +- button "Panel" +- text: light_high_contrast +- button "Panel" +- text: dark +- button "Panel" +- text: dark_dimmed +- button "Panel" +- text: dark_high_contrast +- button "Panel" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml new file mode 100644 index 0000000000..956996e887 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml @@ -0,0 +1,14 @@ +- button "Panel" +- text: light +- button "Panel" +- text: light_colorblind +- button "Panel" +- text: light_high_contrast +- button "Panel" +- text: dark +- button "Panel" +- text: dark_dimmed +- button "Panel" +- text: dark_high_contrast +- button "Panel" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml new file mode 100644 index 0000000000..956996e887 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml @@ -0,0 +1,14 @@ +- button "Panel" +- text: light +- button "Panel" +- text: light_colorblind +- button "Panel" +- text: light_high_contrast +- button "Panel" +- text: dark +- button "Panel" +- text: dark_dimmed +- button "Panel" +- text: dark_high_contrast +- button "Panel" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml new file mode 100644 index 0000000000..8c03c914cf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml @@ -0,0 +1,14 @@ +- button "Choose item" +- text: light +- button "Choose item" +- text: light_colorblind +- button "Choose item" +- text: light_high_contrast +- button "Choose item" +- text: dark +- button "Choose item" +- text: dark_dimmed +- button "Choose item" +- text: dark_high_contrast +- button "Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml new file mode 100644 index 0000000000..be8677c647 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml @@ -0,0 +1,28 @@ +- button "Panel" +- separator +- button "Submit" +- text: light +- button "Panel" +- separator +- button "Submit" +- text: light_colorblind +- button "Panel" +- separator +- button "Submit" +- text: light_high_contrast +- button "Panel" +- separator +- button "Submit" +- text: dark +- button "Panel" +- separator +- button "Submit" +- text: dark_dimmed +- button "Panel" +- separator +- button "Submit" +- text: dark_high_contrast +- button "Panel" +- separator +- button "Submit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml new file mode 100644 index 0000000000..8c03c914cf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml @@ -0,0 +1,14 @@ +- button "Choose item" +- text: light +- button "Choose item" +- text: light_colorblind +- button "Choose item" +- text: light_high_contrast +- button "Choose item" +- text: dark +- button "Choose item" +- text: dark_dimmed +- button "Choose item" +- text: dark_high_contrast +- button "Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml new file mode 100644 index 0000000000..0ec4209587 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml @@ -0,0 +1,14 @@ +- button "Sci-fi equipment" +- text: light +- button "Sci-fi equipment" +- text: light_colorblind +- button "Sci-fi equipment" +- text: light_high_contrast +- button "Sci-fi equipment" +- text: dark +- button "Sci-fi equipment" +- text: dark_dimmed +- button "Sci-fi equipment" +- text: dark_high_contrast +- button "Sci-fi equipment" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml new file mode 100644 index 0000000000..8c03c914cf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml @@ -0,0 +1,14 @@ +- button "Choose item" +- text: light +- button "Choose item" +- text: light_colorblind +- button "Choose item" +- text: light_high_contrast +- button "Choose item" +- text: dark +- button "Choose item" +- text: dark_dimmed +- button "Choose item" +- text: dark_high_contrast +- button "Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml new file mode 100644 index 0000000000..9b97c09967 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml @@ -0,0 +1,28 @@ +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: light +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: light_colorblind +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: light_high_contrast +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: dark +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: dark_dimmed +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: dark_high_contrast +- 'button "Item: Item 1"' +- separator +- button "Submit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml new file mode 100644 index 0000000000..345055c18f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml @@ -0,0 +1,14 @@ +- button "Choose users" +- text: light +- button "Choose users" +- text: light_colorblind +- button "Choose users" +- text: light_high_contrast +- button "Choose users" +- text: dark +- button "Choose users" +- text: dark_dimmed +- button "Choose users" +- text: dark_high_contrast +- button "Choose users" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml new file mode 100644 index 0000000000..3652437e76 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml @@ -0,0 +1,14 @@ +- 'button "Item: Choose item"' +- text: light +- 'button "Item: Choose item"' +- text: light_colorblind +- 'button "Item: Choose item"' +- text: light_high_contrast +- 'button "Item: Choose item"' +- text: dark +- 'button "Item: Choose item"' +- text: dark_dimmed +- 'button "Item: Choose item"' +- text: dark_high_contrast +- 'button "Item: Choose item"' +- text: dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml new file mode 100644 index 0000000000..c2ba7fb6bb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml @@ -0,0 +1,14 @@ +- 'button "Your item: Choose item"': "Item: Choose item" +- text: light +- 'button "Your item: Choose item"': "Item: Choose item" +- text: light_colorblind +- 'button "Your item: Choose item"': "Item: Choose item" +- text: light_high_contrast +- 'button "Your item: Choose item"': "Item: Choose item" +- text: dark +- 'button "Your item: Choose item"': "Item: Choose item" +- text: dark_dimmed +- 'button "Your item: Choose item"': "Item: Choose item" +- text: dark_high_contrast +- 'button "Your item: Choose item"': "Item: Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml new file mode 100644 index 0000000000..4b7bcfd7f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml @@ -0,0 +1,14 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_colorblind +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_dimmed +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml new file mode 100644 index 0000000000..4b7bcfd7f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml @@ -0,0 +1,14 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_colorblind +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_dimmed +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml new file mode 100644 index 0000000000..4b7bcfd7f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml @@ -0,0 +1,14 @@ +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_colorblind +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: light_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_dimmed +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_high_contrast +- 'button "Selected item: Choose item"': "Item: Choose item" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml new file mode 100644 index 0000000000..eef5138a7d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml @@ -0,0 +1,63 @@ +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: light +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: light_colorblind +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: light_high_contrast +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: dark +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: dark_dimmed +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: dark_high_contrast +- navigation "Default": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml new file mode 100644 index 0000000000..79a845d82d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml @@ -0,0 +1,70 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: light +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: light_colorblind +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: light_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: dark +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: dark_dimmed +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: dark_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Tab 1" + - listitem: + - link "Tab 2" + - listitem: + - link "Tab 3" + - button "Extra Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml new file mode 100644 index 0000000000..2f9dd81d0f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml @@ -0,0 +1,63 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: light +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: light_colorblind +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: light_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: dark +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: dark_dimmed +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: dark_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Stars 10" + - listitem: + - link "Sponsors 14" + - listitem: + - link "Bookmarks 7" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml new file mode 100644 index 0000000000..6cad418811 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml @@ -0,0 +1,42 @@ +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_colorblind +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_high_contrast +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_dimmed +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_high_contrast +- tablist "label": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml new file mode 100644 index 0000000000..6b4c77d8e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: light Tell me about yourself +- textbox +- text: light_colorblind Tell me about yourself +- textbox +- text: light_high_contrast Tell me about yourself +- textbox +- text: dark Tell me about yourself +- textbox +- text: dark_dimmed Tell me about yourself +- textbox +- text: dark_high_contrast Tell me about yourself +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml new file mode 100644 index 0000000000..26bbd07cc7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" [disabled] +- text: light Tell me about yourself +- textbox [disabled] +- text: light_colorblind Tell me about yourself +- textbox [disabled] +- text: light_high_contrast Tell me about yourself +- textbox [disabled] +- text: dark Tell me about yourself +- textbox [disabled] +- text: dark_dimmed Tell me about yourself +- textbox [disabled] +- text: dark_high_contrast Tell me about yourself +- textbox [disabled] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml new file mode 100644 index 0000000000..6b4c77d8e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: light Tell me about yourself +- textbox +- text: light_colorblind Tell me about yourself +- textbox +- text: light_high_contrast Tell me about yourself +- textbox +- text: dark Tell me about yourself +- textbox +- text: dark_dimmed Tell me about yourself +- textbox +- text: dark_high_contrast Tell me about yourself +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml new file mode 100644 index 0000000000..6b4c77d8e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: light Tell me about yourself +- textbox +- text: light_colorblind Tell me about yourself +- textbox +- text: light_high_contrast Tell me about yourself +- textbox +- text: dark Tell me about yourself +- textbox +- text: dark_dimmed Tell me about yourself +- textbox +- text: dark_high_contrast Tell me about yourself +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml new file mode 100644 index 0000000000..6b4c77d8e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: light Tell me about yourself +- textbox +- text: light_colorblind Tell me about yourself +- textbox +- text: light_high_contrast Tell me about yourself +- textbox +- text: dark Tell me about yourself +- textbox +- text: dark_dimmed Tell me about yourself +- textbox +- text: dark_high_contrast Tell me about yourself +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml new file mode 100644 index 0000000000..6b4c77d8e6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: light Tell me about yourself +- textbox +- text: light_colorblind Tell me about yourself +- textbox +- text: light_high_contrast Tell me about yourself +- textbox +- text: dark Tell me about yourself +- textbox +- text: dark_dimmed Tell me about yourself +- textbox +- text: dark_high_contrast Tell me about yourself +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml new file mode 100644 index 0000000000..f7b38ac078 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: With a caption light Tell me about yourself +- textbox +- text: With a caption light_colorblind Tell me about yourself +- textbox +- text: With a caption light_high_contrast Tell me about yourself +- textbox +- text: With a caption dark Tell me about yourself +- textbox +- text: With a caption dark_dimmed Tell me about yourself +- textbox +- text: With a caption dark_high_contrast Tell me about yourself +- textbox +- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml new file mode 100644 index 0000000000..973750e3c3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml @@ -0,0 +1,15 @@ +- text: Tell me about yourself +- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" +- text: An error occurred! light Tell me about yourself +- textbox +- text: An error occurred! light_colorblind Tell me about yourself +- textbox +- text: An error occurred! light_high_contrast Tell me about yourself +- textbox +- text: An error occurred! dark Tell me about yourself +- textbox +- text: An error occurred! dark_dimmed Tell me about yourself +- textbox +- text: An error occurred! dark_high_contrast Tell me about yourself +- textbox +- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml new file mode 100644 index 0000000000..6bfd940742 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" [disabled] +- text: light My text field +- textbox [disabled] +- text: light_colorblind My text field +- textbox [disabled] +- text: light_high_contrast My text field +- textbox [disabled] +- text: dark My text field +- textbox [disabled] +- text: dark_dimmed My text field +- textbox [disabled] +- text: dark_high_contrast My text field +- textbox [disabled] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml new file mode 100644 index 0000000000..712f09df60 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml @@ -0,0 +1,28 @@ +- button "Filter" +- text: What is your current status? +- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value +- text: light +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: light_colorblind +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: light_high_contrast +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_dimmed +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_high_contrast +- button "Filter" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml new file mode 100644 index 0000000000..64ee2ae349 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml @@ -0,0 +1,28 @@ +- button "Emoji" +- text: What is your current status? +- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value +- text: light +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: light_colorblind +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: light_high_contrast +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_dimmed +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_high_contrast +- button "Emoji" +- text: What is your current status? +- textbox "What's happening?": Some value +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml new file mode 100644 index 0000000000..415467130f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml @@ -0,0 +1,22 @@ +- text: What is your current status? +- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value +- button "Emoji" +- text: light What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: light_colorblind What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: light_high_contrast What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: dark What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: dark_dimmed What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: dark_high_contrast What is your current status? +- textbox "What's happening?": Some value +- button "Emoji" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml new file mode 100644 index 0000000000..40c9ef1ed5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml @@ -0,0 +1,22 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- button "Clear" +- text: light My text field +- textbox +- button "Clear" +- text: light_colorblind My text field +- textbox +- button "Clear" +- text: light_high_contrast My text field +- textbox +- button "Clear" +- text: dark My text field +- textbox +- button "Clear" +- text: dark_dimmed My text field +- textbox +- button "Clear" +- text: dark_high_contrast My text field +- textbox +- button "Clear" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml new file mode 100644 index 0000000000..e09e1a338d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: With a caption light My text field +- textbox +- text: With a caption light_colorblind My text field +- textbox +- text: With a caption light_high_contrast My text field +- textbox +- text: With a caption dark My text field +- textbox +- text: With a caption dark_dimmed My text field +- textbox +- text: With a caption dark_high_contrast My text field +- textbox +- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml new file mode 100644 index 0000000000..066e20e8ce --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox "with a placeholder" +- text: light_colorblind My text field +- textbox "with a placeholder" +- text: light_high_contrast My text field +- textbox "with a placeholder" +- text: dark My text field +- textbox "with a placeholder" +- text: dark_dimmed My text field +- textbox "with a placeholder" +- text: dark_high_contrast My text field +- textbox "with a placeholder" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml new file mode 100644 index 0000000000..2941b72415 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: 5 light My text field +- textbox +- text: 5 light_colorblind My text field +- textbox +- text: 5 light_high_contrast My text field +- textbox +- text: 5 dark My text field +- textbox +- text: 5 dark_dimmed My text field +- textbox +- text: 5 dark_high_contrast My text field +- textbox +- text: 5 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml new file mode 100644 index 0000000000..9871f0e831 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: light My text field +- textbox +- text: light_colorblind My text field +- textbox +- text: light_high_contrast My text field +- textbox +- text: dark My text field +- textbox +- text: dark_dimmed My text field +- textbox +- text: dark_high_contrast My text field +- textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml new file mode 100644 index 0000000000..40c212c00a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: Hello light My text field +- textbox +- text: Hello light_colorblind My text field +- textbox +- text: Hello light_high_contrast My text field +- textbox +- text: Hello dark My text field +- textbox +- text: Hello dark_dimmed My text field +- textbox +- text: Hello dark_high_contrast My text field +- textbox +- text: Hello dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml new file mode 100644 index 0000000000..01a82cb17a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: Long trailing text light My text field +- textbox +- text: Long trailing text light_colorblind My text field +- textbox +- text: Long trailing text light_high_contrast My text field +- textbox +- text: Long trailing text dark My text field +- textbox +- text: Long trailing text dark_dimmed My text field +- textbox +- text: Long trailing text dark_high_contrast My text field +- textbox +- text: Long trailing text dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml new file mode 100644 index 0000000000..1260f76ac8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: minute light My text field +- textbox +- text: minute light_colorblind My text field +- textbox +- text: minute light_high_contrast My text field +- textbox +- text: minute dark My text field +- textbox +- text: minute dark_dimmed My text field +- textbox +- text: minute dark_high_contrast My text field +- textbox +- text: minute dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml new file mode 100644 index 0000000000..141bef8a83 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml @@ -0,0 +1,15 @@ +- text: My text field +- textbox "My text field My text field My text field My text field My text field My text field My text field" +- text: An error occurred! light My text field +- textbox +- text: An error occurred! light_colorblind My text field +- textbox +- text: An error occurred! light_high_contrast My text field +- textbox +- text: An error occurred! dark My text field +- textbox +- text: An error occurred! dark_dimmed My text field +- textbox +- text: An error occurred! dark_high_contrast My text field +- textbox +- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml new file mode 100644 index 0000000000..33c220f00d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml @@ -0,0 +1,14 @@ +- button [pressed] +- text: light +- button [pressed] +- text: light_colorblind +- button [pressed] +- text: light_high_contrast +- button [pressed] +- text: dark +- button [pressed] +- text: dark_dimmed +- button [pressed] +- text: dark_high_contrast +- button [pressed] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml new file mode 100644 index 0000000000..5533c7eb1a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml @@ -0,0 +1,14 @@ +- button [disabled] [pressed] +- text: light +- button [disabled] [pressed] +- text: light_colorblind +- button [disabled] [pressed] +- text: light_high_contrast +- button [disabled] [pressed] +- text: dark +- button [disabled] [pressed] +- text: dark_dimmed +- button [disabled] [pressed] +- text: dark_high_contrast +- button [disabled] [pressed] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml new file mode 100644 index 0000000000..77732b6812 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml @@ -0,0 +1,14 @@ +- button +- text: light +- button +- text: light_colorblind +- button +- text: light_high_contrast +- button +- text: dark +- button +- text: dark_dimmed +- button +- text: dark_high_contrast +- button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml new file mode 100644 index 0000000000..dc55248c6d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml @@ -0,0 +1,14 @@ +- button [disabled] +- text: light +- button [disabled] +- text: light_colorblind +- button [disabled] +- text: light_high_contrast +- button [disabled] +- text: dark +- button [disabled] +- text: dark_dimmed +- button [disabled] +- text: dark_high_contrast +- button [disabled] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml new file mode 100644 index 0000000000..77732b6812 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml @@ -0,0 +1,14 @@ +- button +- text: light +- button +- text: light_colorblind +- button +- text: light_high_contrast +- button +- text: dark +- button +- text: dark_dimmed +- button +- text: dark_high_contrast +- button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml new file mode 100644 index 0000000000..77732b6812 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml @@ -0,0 +1,14 @@ +- button +- text: light +- button +- text: light_colorblind +- button +- text: light_high_contrast +- button +- text: dark +- button +- text: dark_dimmed +- button +- text: dark_high_contrast +- button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml new file mode 100644 index 0000000000..77732b6812 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml @@ -0,0 +1,14 @@ +- button +- text: light +- button +- text: light_colorblind +- button +- text: light_high_contrast +- button +- text: dark +- button +- text: dark_dimmed +- button +- text: dark_high_contrast +- button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml new file mode 100644 index 0000000000..d3e3b4fe0e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip east" +- text: light +- button "Tooltip east" +- text: light_colorblind +- button "Tooltip east" +- text: light_high_contrast +- button "Tooltip east" +- text: dark +- button "Tooltip east" +- text: dark_dimmed +- button "Tooltip east" +- text: dark_high_contrast +- button "Tooltip east" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml new file mode 100644 index 0000000000..8181ec4952 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip north" +- text: light +- button "Tooltip north" +- text: light_colorblind +- button "Tooltip north" +- text: light_high_contrast +- button "Tooltip north" +- text: dark +- button "Tooltip north" +- text: dark_dimmed +- button "Tooltip north" +- text: dark_high_contrast +- button "Tooltip north" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml new file mode 100644 index 0000000000..68395e4b35 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip northeast" +- text: light +- button "Tooltip northeast" +- text: light_colorblind +- button "Tooltip northeast" +- text: light_high_contrast +- button "Tooltip northeast" +- text: dark +- button "Tooltip northeast" +- text: dark_dimmed +- button "Tooltip northeast" +- text: dark_high_contrast +- button "Tooltip northeast" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml new file mode 100644 index 0000000000..96d61093bb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip northwest" +- text: light +- button "Tooltip northwest" +- text: light_colorblind +- button "Tooltip northwest" +- text: light_high_contrast +- button "Tooltip northwest" +- text: dark +- button "Tooltip northwest" +- text: dark_dimmed +- button "Tooltip northwest" +- text: dark_high_contrast +- button "Tooltip northwest" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml new file mode 100644 index 0000000000..84095b5af2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip south" +- text: light +- button "Tooltip south" +- text: light_colorblind +- button "Tooltip south" +- text: light_high_contrast +- button "Tooltip south" +- text: dark +- button "Tooltip south" +- text: dark_dimmed +- button "Tooltip south" +- text: dark_high_contrast +- button "Tooltip south" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml new file mode 100644 index 0000000000..20ee807a83 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip southeast" +- text: light +- button "Tooltip southeast" +- text: light_colorblind +- button "Tooltip southeast" +- text: light_high_contrast +- button "Tooltip southeast" +- text: dark +- button "Tooltip southeast" +- text: dark_dimmed +- button "Tooltip southeast" +- text: dark_high_contrast +- button "Tooltip southeast" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml new file mode 100644 index 0000000000..f046d1c8b2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip southwest" +- text: light +- button "Tooltip southwest" +- text: light_colorblind +- button "Tooltip southwest" +- text: light_high_contrast +- button "Tooltip southwest" +- text: dark +- button "Tooltip southwest" +- text: dark_dimmed +- button "Tooltip southwest" +- text: dark_high_contrast +- button "Tooltip southwest" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml new file mode 100644 index 0000000000..91d35afd11 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml @@ -0,0 +1,14 @@ +- button "Tooltip west" +- text: light +- button "Tooltip west" +- text: light_colorblind +- button "Tooltip west" +- text: light_high_contrast +- button "Tooltip west" +- text: dark +- button "Tooltip west" +- text: dark_dimmed +- button "Tooltip west" +- text: dark_high_contrast +- button "Tooltip west" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml new file mode 100644 index 0000000000..707d773c1c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml @@ -0,0 +1,70 @@ +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: light +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: light_colorblind +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: light_high_contrast +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: dark +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: dark_dimmed +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: dark_high_contrast +- navigation "Default with nav element": + - list: + - listitem: + - link "Item 1" + - listitem: + - link "Item 2" + - listitem: + - link "Item 3" + - button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml new file mode 100644 index 0000000000..1dbca13efa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml @@ -0,0 +1,63 @@ +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: light +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: light_colorblind +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: light_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: dark +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: dark_dimmed +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: dark_high_contrast +- navigation "With icons and counters": + - list: + - listitem: + - link "Item 1 5" + - listitem: + - link "Item 2 10" + - listitem: + - link "Item 3 15" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml new file mode 100644 index 0000000000..9a52e5fe16 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml @@ -0,0 +1,42 @@ +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_colorblind +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_high_contrast +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_dimmed +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_high_contrast +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml new file mode 100644 index 0000000000..e43b9d88f6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml @@ -0,0 +1,43 @@ +- text: Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_colorblind Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: light_high_contrast Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_dimmed Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_high_contrast Actions Content +- tablist "Test navigation": + - tab "Tab 1" [selected] + - tab "Tab 2" + - tab "Tab 3" +- tabpanel "Tab 1": Panel 1 +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml new file mode 100644 index 0000000000..d805eead46 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml @@ -0,0 +1,42 @@ +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: light +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: light_colorblind +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: light_high_contrast +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: dark +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: dark_dimmed +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: dark_high_contrast +- tablist "Test navigation": + - tab "Tab 1 5" [selected] + - tab "Tab 2 10" + - tab "Tab 3 15" +- tabpanel "Tab 1 5": Panel 1 +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml new file mode 100644 index 0000000000..d83a06a95a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml @@ -0,0 +1,22 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- button "Clear" +- text: light Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: dark Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- button "Clear" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml new file mode 100644 index 0000000000..856c0432b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml @@ -0,0 +1,15 @@ +- text: Select a fruit +- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" +- text: light Select a fruit +- combobox "Placeholder text" +- text: light_colorblind Select a fruit +- combobox "Placeholder text" +- text: light_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark Select a fruit +- combobox "Placeholder text" +- text: dark_dimmed Select a fruit +- combobox "Placeholder text" +- text: dark_high_contrast Select a fruit +- combobox "Placeholder text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml new file mode 100644 index 0000000000..bc012dbd7a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml @@ -0,0 +1,21 @@ +- img "@kittenuser" +- img "@kittenuser" +- text: light +- img "@kittenuser" +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml new file mode 100644 index 0000000000..bc012dbd7a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml @@ -0,0 +1,21 @@ +- img "@kittenuser" +- img "@kittenuser" +- text: light +- img "@kittenuser" +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml new file mode 100644 index 0000000000..4c44b201a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml @@ -0,0 +1,14 @@ +- img "@kittenuser" +- text: light +- img "@kittenuser" +- text: light_colorblind +- img "@kittenuser" +- text: light_high_contrast +- img "@kittenuser" +- text: dark +- img "@kittenuser" +- text: dark_dimmed +- img "@kittenuser" +- text: dark_high_contrast +- img "@kittenuser" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml new file mode 100644 index 0000000000..5d5eda6f15 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml @@ -0,0 +1,21 @@ +- heading "Title" [level=2] +- paragraph: Description +- text: light +- heading "Title" [level=2] +- paragraph: Description +- text: light_colorblind +- heading "Title" [level=2] +- paragraph: Description +- text: light_high_contrast +- heading "Title" [level=2] +- paragraph: Description +- text: dark +- heading "Title" [level=2] +- paragraph: Description +- text: dark_dimmed +- heading "Title" [level=2] +- paragraph: Description +- text: dark_high_contrast +- heading "Title" [level=2] +- paragraph: Description +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml new file mode 100644 index 0000000000..e17feea472 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml @@ -0,0 +1,21 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: light +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: light_colorblind +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: light_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: dark +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: dark_dimmed +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: dark_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- paragraph: Millions of teams trust GitHub to keep their work safe +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml new file mode 100644 index 0000000000..0e02ee705e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml @@ -0,0 +1,35 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml new file mode 100644 index 0000000000..aa44a31444 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml @@ -0,0 +1,22 @@ +- 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. +- text: light 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. +- text: light_colorblind 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. +- text: light_high_contrast 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. +- text: dark 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. +- text: dark_dimmed 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. +- text: dark_high_contrast 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. +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml new file mode 100644 index 0000000000..5d5eda6f15 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml @@ -0,0 +1,21 @@ +- heading "Title" [level=2] +- paragraph: Description +- text: light +- heading "Title" [level=2] +- paragraph: Description +- text: light_colorblind +- heading "Title" [level=2] +- paragraph: Description +- text: light_high_contrast +- heading "Title" [level=2] +- paragraph: Description +- text: dark +- heading "Title" [level=2] +- paragraph: Description +- text: dark_dimmed +- heading "Title" [level=2] +- paragraph: Description +- text: dark_high_contrast +- heading "Title" [level=2] +- paragraph: Description +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml new file mode 100644 index 0000000000..78845c91f5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml @@ -0,0 +1,21 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light_colorblind +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_dimmed +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml new file mode 100644 index 0000000000..78845c91f5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml @@ -0,0 +1,21 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light_colorblind +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: light_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_dimmed +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- link "Fix issue" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml new file mode 100644 index 0000000000..dcbf6d2003 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml @@ -0,0 +1,14 @@ +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: light +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: light_colorblind +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: light_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: dark +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: dark_dimmed +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: dark_high_contrast +- heading "It looks like we have discovered a vulnerability" [level=2] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml new file mode 100644 index 0000000000..f1a769bf16 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml @@ -0,0 +1,21 @@ +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: light +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: light_colorblind +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: light_high_contrast +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: dark +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: dark_dimmed +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: dark_high_contrast +- img "Security - secure vault" +- heading "Millions of teams trust GitHub to keep their work safe" [level=2] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml new file mode 100644 index 0000000000..76e25b4a07 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml @@ -0,0 +1,36 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_colorblind Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_dimmed Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml new file mode 100644 index 0000000000..76e25b4a07 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml @@ -0,0 +1,36 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_colorblind Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_dimmed Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml new file mode 100644 index 0000000000..76e25b4a07 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml @@ -0,0 +1,36 @@ +- text: Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_colorblind Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer light_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_dimmed Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_high_contrast Header Body +- list "Header": + - listitem: Row one + - listitem: Row two + - listitem: Row three +- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml new file mode 100644 index 0000000000..5aef312e39 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml @@ -0,0 +1,42 @@ +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: light +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: light_colorblind +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: light_high_contrast +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: dark +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: dark_dimmed +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: dark_high_contrast +- list: + - listitem: Default + - listitem: Neutral + - listitem: Info + - listitem: Warning +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml new file mode 100644 index 0000000000..2de4c4f1af --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml @@ -0,0 +1,49 @@ +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: light +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: light_colorblind +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: light_high_contrast +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: dark +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: dark_dimmed +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: dark_high_contrast +- navigation "Breadcrumb": + - list: + - listitem: + - link "Breadcrumb Item 1" + - listitem: + - link "Breadcrumb Item 2" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml new file mode 100644 index 0000000000..0d6f4fd14d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml @@ -0,0 +1,63 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml new file mode 100644 index 0000000000..0d6f4fd14d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml @@ -0,0 +1,63 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml new file mode 100644 index 0000000000..41a8474c75 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml @@ -0,0 +1,35 @@ +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: light +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: light_colorblind +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: light_high_contrast +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: dark +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: dark_dimmed +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: dark_high_contrast +- button "Button" +- button "Button" +- button "Button" +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml new file mode 100644 index 0000000000..cd3f0cb5ab --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml @@ -0,0 +1,56 @@ +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: light +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: light_colorblind +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: light_high_contrast +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: dark +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: dark_dimmed +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: dark_high_contrast +- button "Button" +- button "Button" +- button "Button" +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button ( )": Button () +- button "Button with tooltip" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml new file mode 100644 index 0000000000..97dc1fa158 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml @@ -0,0 +1,14 @@ +- button "This button has a long label and will wrap" +- text: light +- button "This button has a long label and will wrap" +- text: light_colorblind +- button "This button has a long label and will wrap" +- text: light_high_contrast +- button "This button has a long label and will wrap" +- text: dark +- button "This button has a long label and will wrap" +- text: dark_dimmed +- button "This button has a long label and will wrap" +- text: dark_high_contrast +- button "This button has a long label and will wrap" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml new file mode 100644 index 0000000000..aa7f06bd69 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml @@ -0,0 +1,14 @@ +- button "Search" +- text: light +- button "Search" +- text: light_colorblind +- button "Search" +- text: light_high_contrast +- button "Search" +- text: dark +- button "Search" +- text: dark_dimmed +- button "Search" +- text: dark_high_contrast +- button "Search" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml new file mode 100644 index 0000000000..02942088a8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml @@ -0,0 +1,28 @@ +- button "Button": + - img + - text: Button +- text: light +- button "Button": + - img + - text: Button +- text: light_colorblind +- button "Button": + - img + - text: Button +- text: light_high_contrast +- button "Button": + - img + - text: Button +- text: dark +- button "Button": + - img + - text: Button +- text: dark_dimmed +- button "Button": + - img + - text: Button +- text: dark_high_contrast +- button "Button": + - img + - text: Button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml new file mode 100644 index 0000000000..d731f422aa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml @@ -0,0 +1,14 @@ +- link "Button" +- text: light +- link "Button" +- text: light_colorblind +- link "Button" +- text: light_high_contrast +- link "Button" +- text: dark +- link "Button" +- text: dark_dimmed +- link "Button" +- text: dark_high_contrast +- link "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml new file mode 100644 index 0000000000..816fff3fd7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml @@ -0,0 +1,14 @@ +- button "This is a button styled to look like a link that wraps like a link" +- text: light +- button "This is a button styled to look like a link that wraps like a link" +- text: light_colorblind +- button "This is a button styled to look like a link that wraps like a link" +- text: light_high_contrast +- button "This is a button styled to look like a link that wraps like a link" +- text: dark +- button "This is a button styled to look like a link that wraps like a link" +- text: dark_dimmed +- button "This is a button styled to look like a link that wraps like a link" +- text: dark_high_contrast +- button "This is a button styled to look like a link that wraps like a link" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml new file mode 100644 index 0000000000..680d31b056 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml @@ -0,0 +1,14 @@ +- button "i" +- text: light +- button "i" +- text: light_colorblind +- button "i" +- text: light_high_contrast +- button "i" +- text: dark +- button "i" +- text: dark_dimmed +- button "i" +- text: dark_high_contrast +- button "i" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml new file mode 100644 index 0000000000..a0d905cc81 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml @@ -0,0 +1,14 @@ +- group: Button +- text: light +- group: Button +- text: light_colorblind +- group: Button +- text: light_high_contrast +- group: Button +- text: dark +- group: Button +- text: dark_dimmed +- group: Button +- text: dark_high_contrast +- group: Button +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml new file mode 100644 index 0000000000..85f83849fe --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml @@ -0,0 +1,14 @@ +- button "Star ( )": Star () +- text: light +- button "Star ( )": Star () +- text: light_colorblind +- button "Star ( )": Star () +- text: light_high_contrast +- button "Star ( )": Star () +- text: dark +- button "Star ( )": Star () +- text: dark_dimmed +- button "Star ( )": Star () +- text: dark_high_contrast +- button "Star ( )": Star () +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml new file mode 100644 index 0000000000..681bfbf12a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml @@ -0,0 +1,14 @@ +- button "Comment ( )": Comment () +- text: light +- button "Comment ( )": Comment () +- text: light_colorblind +- button "Comment ( )": Comment () +- text: light_high_contrast +- button "Comment ( )": Comment () +- text: dark +- button "Comment ( )": Comment () +- text: dark_dimmed +- button "Comment ( )": Comment () +- text: dark_high_contrast +- button "Comment ( )": Comment () +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml new file mode 100644 index 0000000000..a5589afca8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml @@ -0,0 +1,28 @@ +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: light +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: light_colorblind +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: light_high_contrast +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: dark +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: dark_dimmed +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: dark_high_contrast +- button "Button 1" +- button "Button 2" +- button "Button 3" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml new file mode 100644 index 0000000000..ea3d20e664 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml @@ -0,0 +1,28 @@ +- button "button 1" +- button "button 2" +- button "button 3" +- text: light +- button "button 1" +- button "button 2" +- button "button 3" +- text: light_colorblind +- button "button 1" +- button "button 2" +- button "button 3" +- text: light_high_contrast +- button "button 1" +- button "button 2" +- button "button 3" +- text: dark +- button "button 1" +- button "button 2" +- button "button 3" +- text: dark_dimmed +- button "button 1" +- button "button 2" +- button "button 3" +- text: dark_high_contrast +- button "button 1" +- button "button 2" +- button "button 3" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml new file mode 100644 index 0000000000..326ea33b39 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml @@ -0,0 +1,21 @@ +- button "Button 1" +- link "Button 2" +- text: light +- button "Button 1" +- link "Button 2" +- text: light_colorblind +- button "Button 1" +- link "Button 2" +- text: light_high_contrast +- button "Button 1" +- link "Button 2" +- text: dark +- button "Button 1" +- link "Button 2" +- text: dark_dimmed +- button "Button 1" +- link "Button 2" +- text: dark_high_contrast +- button "Button 1" +- link "Button 2" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml new file mode 100644 index 0000000000..b667a9b00f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml @@ -0,0 +1,21 @@ +- button "Button 1" +- button "menu" +- text: light +- button "Button 1" +- button "menu" +- text: light_colorblind +- button "Button 1" +- button "menu" +- text: light_high_contrast +- button "Button 1" +- button "menu" +- text: dark +- button "Button 1" +- button "menu" +- text: dark_dimmed +- button "Button 1" +- button "menu" +- text: dark_high_contrast +- button "Button 1" +- button "menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml new file mode 100644 index 0000000000..f651fd8504 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml @@ -0,0 +1,21 @@ +- button "Button 1" +- button "Copy some text" +- text: light +- button "Button 1" +- button "Copy some text" +- text: light_colorblind +- button "Button 1" +- button "Copy some text" +- text: light_high_contrast +- button "Button 1" +- button "Copy some text" +- text: dark +- button "Button 1" +- button "Copy some text" +- text: dark_dimmed +- button "Button 1" +- button "Copy some text" +- text: dark_high_contrast +- button "Button 1" +- button "Copy some text" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml new file mode 100644 index 0000000000..16d84019ce --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml @@ -0,0 +1,21 @@ +- button "Main menu" +- button "secondary menu" +- text: light +- button "Main menu" +- button "secondary menu" +- text: light_colorblind +- button "Main menu" +- button "secondary menu" +- text: light_high_contrast +- button "Main menu" +- button "secondary menu" +- text: dark +- button "Main menu" +- button "secondary menu" +- text: dark_dimmed +- button "Main menu" +- button "secondary menu" +- text: dark_high_contrast +- button "Main menu" +- button "secondary menu" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml new file mode 100644 index 0000000000..483d5f96c4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml @@ -0,0 +1,14 @@ +- button "Copy text to the system clipboard" +- text: light +- button "Copy text to the system clipboard" +- text: light_colorblind +- button "Copy text to the system clipboard" +- text: light_high_contrast +- button "Copy text to the system clipboard" +- text: dark +- button "Copy text to the system clipboard" +- text: dark_dimmed +- button "Copy text to the system clipboard" +- text: dark_high_contrast +- button "Copy text to the system clipboard" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml new file mode 100644 index 0000000000..7c272cb015 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml @@ -0,0 +1,14 @@ +- button "Click to copy!" +- text: light +- button "Click to copy!" +- text: light_colorblind +- button "Click to copy!" +- text: light_high_contrast +- button "Click to copy!" +- text: dark +- button "Click to copy!" +- text: dark_dimmed +- button "Click to copy!" +- text: dark_high_contrast +- button "Click to copy!" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml new file mode 100644 index 0000000000..04b7943cb4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml @@ -0,0 +1,14 @@ +- button "Copy" +- text: light +- button "Copy" +- text: light_colorblind +- button "Copy" +- text: light_high_contrast +- button "Copy" +- text: dark +- button "Copy" +- text: dark_dimmed +- button "Copy" +- text: dark_high_contrast +- button "Copy" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml new file mode 100644 index 0000000000..04b7943cb4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml @@ -0,0 +1,14 @@ +- button "Copy" +- text: light +- button "Copy" +- text: light_colorblind +- button "Copy" +- text: light_high_contrast +- button "Copy" +- text: dark +- button "Copy" +- text: dark_dimmed +- button "Copy" +- text: dark_high_contrast +- button "Copy" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml new file mode 100644 index 0000000000..a2db44daaf --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml @@ -0,0 +1,14 @@ +- button "Close" +- text: light +- button "Close" +- text: light_colorblind +- button "Close" +- text: light_high_contrast +- button "Close" +- text: dark +- button "Close" +- text: dark_dimmed +- button "Close" +- text: dark_high_contrast +- button "Close" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml new file mode 100644 index 0000000000..d16f7c8a34 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml @@ -0,0 +1 @@ +- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml new file mode 100644 index 0000000000..d16f7c8a34 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml @@ -0,0 +1 @@ +- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml new file mode 100644 index 0000000000..d16f7c8a34 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml @@ -0,0 +1 @@ +- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml new file mode 100644 index 0000000000..d16f7c8a34 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml @@ -0,0 +1 @@ +- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml new file mode 100644 index 0000000000..ff93c28988 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml @@ -0,0 +1 @@ +- text: 1.2k light 1.2k light_colorblind 1.2k light_high_contrast 1.2k dark 1.2k dark_dimmed 1.2k dark_high_contrast 1.2k dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml new file mode 100644 index 0000000000..41c489ba81 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml @@ -0,0 +1 @@ +- text: 999 light 999 light_colorblind 999 light_high_contrast 999 dark 999 dark_dimmed 999 dark_high_contrast 999 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml new file mode 100644 index 0000000000..d4b7634b42 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml @@ -0,0 +1 @@ +- text: 1,234 light 1,234 light_colorblind 1,234 light_high_contrast 1,234 dark 1,234 dark_dimmed 1,234 dark_high_contrast 1,234 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml new file mode 100644 index 0000000000..88944bb980 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml @@ -0,0 +1 @@ +- text: 5k+ light 5k+ light_colorblind 5k+ light_high_contrast 5k+ dark 5k+ dark_dimmed 5k+ dark_high_contrast 5k+ dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml new file mode 100644 index 0000000000..45364ee21a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml @@ -0,0 +1 @@ +- text: 1m+ light 1m+ light_colorblind 1m+ light_high_contrast 1m+ dark 1m+ dark_dimmed 1m+ dark_high_contrast 1m+ dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml new file mode 100644 index 0000000000..7bd785a9c8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml @@ -0,0 +1 @@ +- text: 4.6m light 4.6m light_colorblind 4.6m light_high_contrast 4.6m dark 4.6m dark_dimmed 4.6m dark_high_contrast 4.6m dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml new file mode 100644 index 0000000000..60eaebc3bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml @@ -0,0 +1 @@ +- text: ∞ light ∞ light_colorblind ∞ light_high_contrast ∞ dark ∞ dark_dimmed ∞ dark_high_contrast ∞ dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml new file mode 100644 index 0000000000..65ef4d0fd4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml @@ -0,0 +1 @@ +- text: This is a danger flash message! light This is a danger flash message! light_colorblind This is a danger flash message! light_high_contrast This is a danger flash message! dark This is a danger flash message! dark_dimmed This is a danger flash message! dark_high_contrast This is a danger flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml new file mode 100644 index 0000000000..d5beda648d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml @@ -0,0 +1 @@ +- text: This is a flash message! light This is a flash message! light_colorblind This is a flash message! light_high_contrast This is a flash message! dark This is a flash message! dark_dimmed This is a flash message! dark_high_contrast This is a flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml new file mode 100644 index 0000000000..317cf514a4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml @@ -0,0 +1 @@ +- text: This is a success flash message! light This is a success flash message! light_colorblind This is a success flash message! light_high_contrast This is a success flash message! dark This is a success flash message! dark_dimmed This is a success flash message! dark_high_contrast This is a success flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml new file mode 100644 index 0000000000..da87327796 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml @@ -0,0 +1 @@ +- text: This is a warning flash message! light This is a warning flash message! light_colorblind This is a warning flash message! light_high_contrast This is a warning flash message! dark This is a warning flash message! dark_dimmed This is a warning flash message! dark_high_contrast This is a warning flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml new file mode 100644 index 0000000000..d5beda648d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml @@ -0,0 +1 @@ +- text: This is a flash message! light This is a flash message! light_colorblind This is a flash message! light_high_contrast This is a flash message! dark This is a flash message! dark_dimmed This is a flash message! dark_high_contrast This is a flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml new file mode 100644 index 0000000000..7c59c6556a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml @@ -0,0 +1,15 @@ +- text: This is a dismissible flash message! +- button "Dismiss alert" +- text: light This is a dismissible flash message! +- button "Dismiss alert" +- text: light_colorblind This is a dismissible flash message! +- button "Dismiss alert" +- text: light_high_contrast This is a dismissible flash message! +- button "Dismiss alert" +- text: dark This is a dismissible flash message! +- button "Dismiss alert" +- text: dark_dimmed This is a dismissible flash message! +- button "Dismiss alert" +- text: dark_high_contrast This is a dismissible flash message! +- button "Dismiss alert" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml new file mode 100644 index 0000000000..fb87ff1d8e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml @@ -0,0 +1 @@ +- text: This is a full width flash message! light This is a full width flash message! light_colorblind This is a full width flash message! light_high_contrast This is a full width flash message! dark This is a full width flash message! dark_dimmed This is a full width flash message! dark_high_contrast This is a full width flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml new file mode 100644 index 0000000000..30e9307bb9 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml @@ -0,0 +1 @@ +- text: This is a flash message with an icon! light This is a flash message with an icon! light_colorblind This is a flash message with an icon! light_high_contrast This is a flash message with an icon! dark This is a flash message with an icon! dark_dimmed This is a flash message with an icon! dark_high_contrast This is a flash message with an icon! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml new file mode 100644 index 0000000000..2ce87a2228 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml @@ -0,0 +1,14 @@ +- heading "Heading" [level=2] +- text: light +- heading "Heading" [level=2] +- text: light_colorblind +- heading "Heading" [level=2] +- text: light_high_contrast +- heading "Heading" [level=2] +- text: dark +- heading "Heading" [level=2] +- text: dark_dimmed +- heading "Heading" [level=2] +- text: dark_high_contrast +- heading "Heading" [level=2] +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml new file mode 100644 index 0000000000..8d5270456c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml @@ -0,0 +1,14 @@ +- link "Link" +- text: light +- link "Link" +- text: light_colorblind +- link "Link" +- text: light_high_contrast +- link "Link" +- text: dark +- link "Link" +- text: dark_dimmed +- link "Link" +- text: dark_high_contrast +- link "Link" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml new file mode 100644 index 0000000000..fca40d82bd --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml @@ -0,0 +1,14 @@ +- button "Button" +- text: light +- button "Button" +- text: light_colorblind +- button "Button" +- text: light_high_contrast +- button "Button" +- text: dark +- button "Button" +- text: dark_dimmed +- button "Button" +- text: dark_high_contrast +- button "Button" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml new file mode 100644 index 0000000000..181ddc12c2 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml @@ -0,0 +1,14 @@ +- group +- text: light +- group +- text: light_colorblind +- group +- text: light_high_contrast +- group +- text: dark +- group +- text: dark_dimmed +- group +- text: dark_high_contrast +- group +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml new file mode 100644 index 0000000000..2eeadbf7db --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml @@ -0,0 +1 @@ +- text: Accent light Accent light_colorblind Accent light_high_contrast Accent dark Accent dark_dimmed Accent dark_high_contrast Accent dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml new file mode 100644 index 0000000000..78a1c9a4d7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml @@ -0,0 +1 @@ +- text: Attention light Attention light_colorblind Attention light_high_contrast Attention dark Attention dark_dimmed Attention dark_high_contrast Attention dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml new file mode 100644 index 0000000000..554752adb3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml @@ -0,0 +1 @@ +- text: Danger light Danger light_colorblind Danger light_high_contrast Danger dark Danger dark_dimmed Danger dark_high_contrast Danger dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml new file mode 100644 index 0000000000..cc4394097d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml @@ -0,0 +1 @@ +- text: Done light Done light_colorblind Done light_high_contrast Done dark Done dark_dimmed Done dark_high_contrast Done dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml new file mode 100644 index 0000000000..59d2376a54 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml @@ -0,0 +1 @@ +- text: Primary light Primary light_colorblind Primary light_high_contrast Primary dark Primary dark_dimmed Primary dark_high_contrast Primary dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml new file mode 100644 index 0000000000..2ee885212e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml @@ -0,0 +1 @@ +- text: Secondary light Secondary light_colorblind Secondary light_high_contrast Secondary dark Secondary dark_dimmed Secondary dark_high_contrast Secondary dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml new file mode 100644 index 0000000000..147475eb73 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml @@ -0,0 +1 @@ +- text: Severe light Severe light_colorblind Severe light_high_contrast Severe dark Severe dark_dimmed Severe dark_high_contrast Severe dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml new file mode 100644 index 0000000000..e7b5f5932a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml @@ -0,0 +1 @@ +- text: Sponsors light Sponsors light_colorblind Sponsors light_high_contrast Sponsors dark Sponsors dark_dimmed Sponsors dark_high_contrast Sponsors dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml new file mode 100644 index 0000000000..c7e0c53c2e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml @@ -0,0 +1 @@ +- text: Success light Success light_colorblind Success light_high_contrast Success dark Success dark_dimmed Success dark_high_contrast Success dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml new file mode 100644 index 0000000000..a657e4ab86 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml @@ -0,0 +1 @@ +- text: Label light Label light_colorblind Label light_high_contrast Label dark Label dark_dimmed Label dark_high_contrast Label dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml new file mode 100644 index 0000000000..95e05a9f93 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml @@ -0,0 +1 @@ +- text: Inline light Inline light_colorblind Inline light_high_contrast Inline dark Inline dark_dimmed Inline dark_high_contrast Inline dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml new file mode 100644 index 0000000000..98552c1701 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml @@ -0,0 +1 @@ +- text: Default light Default light_colorblind Default light_high_contrast Default dark Default dark_dimmed Default dark_high_contrast Default dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml new file mode 100644 index 0000000000..21bbca0958 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml @@ -0,0 +1 @@ +- text: Large light Large light_colorblind Large light_high_contrast Large dark Large dark_dimmed Large dark_high_contrast Large dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml new file mode 100644 index 0000000000..bd4cb9223e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml @@ -0,0 +1,14 @@ +- link "This is a primary link color." +- text: light +- link "This is a primary link color." +- text: light_colorblind +- link "This is a primary link color." +- text: light_high_contrast +- link "This is a primary link color." +- text: dark +- link "This is a primary link color." +- text: dark_dimmed +- link "This is a primary link color." +- text: dark_high_contrast +- link "This is a primary link color." +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml new file mode 100644 index 0000000000..535199ee99 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml @@ -0,0 +1,14 @@ +- link "This is a muted primary link color." +- text: light +- link "This is a muted primary link color." +- text: light_colorblind +- link "This is a muted primary link color." +- text: light_high_contrast +- link "This is a muted primary link color." +- text: dark +- link "This is a muted primary link color." +- text: dark_dimmed +- link "This is a muted primary link color." +- text: dark_high_contrast +- link "This is a muted primary link color." +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml new file mode 100644 index 0000000000..d6597ee514 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml @@ -0,0 +1,14 @@ +- link "This is a secondary link color." +- text: light +- link "This is a secondary link color." +- text: light_colorblind +- link "This is a secondary link color." +- text: light_high_contrast +- link "This is a secondary link color." +- text: dark +- link "This is a secondary link color." +- text: dark_dimmed +- link "This is a secondary link color." +- text: dark_high_contrast +- link "This is a secondary link color." +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml new file mode 100644 index 0000000000..5c34107670 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml @@ -0,0 +1,14 @@ +- link "This is a muted secondary link color." +- text: light +- link "This is a muted secondary link color." +- text: light_colorblind +- link "This is a muted secondary link color." +- text: light_high_contrast +- link "This is a muted secondary link color." +- text: dark +- link "This is a muted secondary link color." +- text: dark_dimmed +- link "This is a muted secondary link color." +- text: dark_high_contrast +- link "This is a muted secondary link color." +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml new file mode 100644 index 0000000000..b107dbbaad --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml @@ -0,0 +1,14 @@ +- link "This is a link!" +- text: light +- link "This is a link!" +- text: light_colorblind +- link "This is a link!" +- text: light_high_contrast +- link "This is a link!" +- text: dark +- link "This is a link!" +- text: dark_dimmed +- link "This is a link!" +- text: dark_high_contrast +- link "This is a link!" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml new file mode 100644 index 0000000000..8dea7dd222 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml @@ -0,0 +1,168 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml new file mode 100644 index 0000000000..8713670e28 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml @@ -0,0 +1,63 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml new file mode 100644 index 0000000000..9ef8c7bed8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml @@ -0,0 +1,112 @@ +- 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" +- text: light +- 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" +- text: light_colorblind +- 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" +- text: light_high_contrast +- 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" +- text: dark +- 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" +- text: dark_dimmed +- 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" +- text: dark_high_contrast +- 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml new file mode 100644 index 0000000000..da861802fa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml @@ -0,0 +1,70 @@ +- 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"' +- text: light +- 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"' +- text: light_colorblind +- 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"' +- text: light_high_contrast +- 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"' +- text: dark +- 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"' +- text: dark_dimmed +- 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"' +- text: dark_high_contrast +- 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"' +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml new file mode 100644 index 0000000000..faa0c437da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml @@ -0,0 +1 @@ +- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml new file mode 100644 index 0000000000..4ca338522f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml @@ -0,0 +1 @@ +- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml new file mode 100644 index 0000000000..4ca338522f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml @@ -0,0 +1 @@ +- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml new file mode 100644 index 0000000000..6cb34596aa --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml @@ -0,0 +1,14 @@ +- heading "Activity feed" [level=4] +- text: This is the Popover body. light +- heading "Activity feed" [level=4] +- text: This is the Popover body. light_colorblind +- heading "Activity feed" [level=4] +- text: This is the Popover body. light_high_contrast +- heading "Activity feed" [level=4] +- text: This is the Popover body. dark +- heading "Activity feed" [level=4] +- text: This is the Popover body. dark_dimmed +- heading "Activity feed" [level=4] +- text: This is the Popover body. dark_high_contrast +- heading "Activity feed" [level=4] +- text: This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml new file mode 100644 index 0000000000..26908eb783 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml @@ -0,0 +1 @@ +- text: This is a large Popover body. light This is a large Popover body. light_colorblind This is a large Popover body. light_high_contrast This is a large Popover body. dark This is a large Popover body. dark_dimmed This is a large Popover body. dark_high_contrast This is a large Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml new file mode 100644 index 0000000000..4ca338522f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml @@ -0,0 +1 @@ +- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml new file mode 100644 index 0000000000..4ca338522f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml @@ -0,0 +1 @@ +- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml new file mode 100644 index 0000000000..faa0c437da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml @@ -0,0 +1 @@ +- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml new file mode 100644 index 0000000000..faa0c437da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml @@ -0,0 +1 @@ +- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml new file mode 100644 index 0000000000..faa0c437da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml @@ -0,0 +1 @@ +- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml new file mode 100644 index 0000000000..faa0c437da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml @@ -0,0 +1 @@ +- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml new file mode 100644 index 0000000000..15c62e2239 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml @@ -0,0 +1,14 @@ +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: light +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: light_colorblind +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: light_high_contrast +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: dark +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: dark_dimmed +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: dark_high_contrast +- link "January 1, 2020 00:00on Jan 1, 2020" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml new file mode 100644 index 0000000000..4dfd9bb0ef --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml @@ -0,0 +1 @@ +- text: January 1, 2020 00:00on Jan 1, 2020 light January 1, 2020 00:00on Jan 1, 2020 light_colorblind January 1, 2020 00:00on Jan 1, 2020 light_high_contrast January 1, 2020 00:00on Jan 1, 2020 dark January 1, 2020 00:00on Jan 1, 2020 dark_dimmed January 1, 2020 00:00on Jan 1, 2020 dark_high_contrast January 1, 2020 00:00on Jan 1, 2020 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml new file mode 100644 index 0000000000..6a38cb5aa8 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml @@ -0,0 +1 @@ +- text: Loading light Loading light_colorblind Loading light_high_contrast Loading dark Loading dark_dimmed Loading dark_high_contrast Loading dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml new file mode 100644 index 0000000000..a4d0a796a5 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml @@ -0,0 +1 @@ +- text: State light State light_colorblind State light_high_contrast State dark State dark_dimmed State dark_high_contrast State dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml new file mode 100644 index 0000000000..7aacbc9b73 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml @@ -0,0 +1 @@ +- text: Default size light Default size light_colorblind Default size light_high_contrast Default size dark Default size dark_dimmed Default size dark_high_contrast Default size dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml new file mode 100644 index 0000000000..77cf089e0f --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml @@ -0,0 +1 @@ +- text: Small size light Small size light_colorblind Small size light_high_contrast Small size dark Small size dark_dimmed Small size dark_high_contrast Small size dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml new file mode 100644 index 0000000000..f688617f2e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml @@ -0,0 +1 @@ +- text: Closed state light Closed state light_colorblind Closed state light_high_contrast Closed state dark Closed state dark_dimmed Closed state dark_high_contrast Closed state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml new file mode 100644 index 0000000000..cf757b7e37 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml @@ -0,0 +1 @@ +- text: Merged state light Merged state light_colorblind Merged state light_high_contrast Merged state dark Merged state dark_dimmed Merged state dark_high_contrast Merged state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml new file mode 100644 index 0000000000..7b827b0adb --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml @@ -0,0 +1 @@ +- text: Open state light Open state light_colorblind Open state light_high_contrast Open state dark Open state dark_dimmed Open state dark_high_contrast Open state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml new file mode 100644 index 0000000000..d3cec0e81b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml @@ -0,0 +1,15 @@ +- text: A Heading A description with actions +- button "An action" +- text: light A Heading A description with actions +- button "An action" +- text: light_colorblind A Heading A description with actions +- button "An action" +- text: light_high_contrast A Heading A description with actions +- button "An action" +- text: dark A Heading A description with actions +- button "An action" +- text: dark_dimmed A Heading A description with actions +- button "An action" +- text: dark_high_contrast A Heading A description with actions +- button "An action" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml new file mode 100644 index 0000000000..81400e881a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml @@ -0,0 +1 @@ +- text: Danger Heading A description of the 'danger' light Danger Heading A description of the 'danger' light_colorblind Danger Heading A description of the 'danger' light_high_contrast Danger Heading A description of the 'danger' dark Danger Heading A description of the 'danger' dark_dimmed Danger Heading A description of the 'danger' dark_high_contrast Danger Heading A description of the 'danger' dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml new file mode 100644 index 0000000000..03b31a0335 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml @@ -0,0 +1 @@ +- text: My Heading My Description light My Heading My Description light_colorblind My Heading My Description light_high_contrast My Heading My Description dark My Heading My Description dark_dimmed My Heading My Description dark_high_contrast My Heading My Description dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml new file mode 100644 index 0000000000..fad18b1856 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml @@ -0,0 +1 @@ +- text: Spacious With extra space above the component light Spacious With extra space above the component light_colorblind Spacious With extra space above the component light_high_contrast Spacious With extra space above the component dark Spacious With extra space above the component dark_dimmed Spacious With extra space above the component dark_high_contrast Spacious With extra space above the component dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml new file mode 100644 index 0000000000..d407b5e28e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml @@ -0,0 +1 @@ +- text: Text light Text light_colorblind Text light_high_contrast Text dark Text dark_dimmed Text dark_high_contrast Text dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml new file mode 100644 index 0000000000..a66e7aebad --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml @@ -0,0 +1,14 @@ +- img "octocat" +- text: Success! light +- img "octocat" +- text: Success! light_colorblind +- img "octocat" +- text: Success! light_high_contrast +- img "octocat" +- text: Success! dark +- img "octocat" +- text: Success! dark_dimmed +- img "octocat" +- text: Success! dark_high_contrast +- img "octocat" +- text: Success! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml new file mode 100644 index 0000000000..10fbcbe059 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.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 light 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 light_colorblind 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 light_high_contrast 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 dark 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 dark_dimmed 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 dark_high_contrast 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 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml new file mode 100644 index 0000000000..96bdf180ee --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml @@ -0,0 +1 @@ +- text: Box with border light Box with border light_colorblind Box with border light_high_contrast Box with border dark Box with border dark_dimmed Box with border dark_high_contrast Box with border dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml new file mode 100644 index 0000000000..3b7ee6d45c --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml @@ -0,0 +1 @@ +- text: Box with bottom border light Box with bottom border light_colorblind Box with bottom border light_high_contrast Box with bottom border dark Box with bottom border dark_dimmed Box with bottom border dark_high_contrast Box with bottom border dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml new file mode 100644 index 0000000000..6543dfbe20 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml @@ -0,0 +1,29 @@ +- text: Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: light Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: light_colorblind Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: light_high_contrast Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: dark Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: dark_dimmed Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: dark_high_contrast Favorite city +- button "Select..." +- text: Select your favorite! +- button "Submit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml new file mode 100644 index 0000000000..459cf37e1e --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml @@ -0,0 +1,29 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: What you go by. +- paragraph: Hello world +- text: light First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: light_colorblind First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: light_high_contrast First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: dark First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: dark_dimmed First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: dark_high_contrast First name +- textbox +- text: What you go by. +- paragraph: Hello world +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml new file mode 100644 index 0000000000..23e66d1c7a --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml @@ -0,0 +1,63 @@ +- group "Cool places": + - text: Cool places + - checkbox "Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island": lopez + - text: Lopez Island Vacation getaway + - checkbox "Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue": bellevue + - text: Bellevue Beautiful view + - checkbox "Seattle Seattle Seattle Seattle Seattle Seattle Seattle": seattle + - text: Seattle The emerald city +- text: light +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: light_colorblind +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: light_high_contrast +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: dark +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: dark_dimmed +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: dark_high_contrast +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Vacation getaway + - checkbox: bellevue + - text: Bellevue Beautiful view + - checkbox: seattle + - text: Seattle The emerald city +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml new file mode 100644 index 0000000000..28895a9081 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml @@ -0,0 +1,29 @@ +- text: Fruit +- combobox "Fruit Fruit Fruit Fruit Fruit Fruit Fruit" +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: light Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: light_colorblind Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: light_high_contrast Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: dark Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: dark_dimmed Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: dark_high_contrast Fruit +- combobox +- text: Something went wrong Please enter your favorite fruit +- button "Submit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml new file mode 100644 index 0000000000..ca81cfc426 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml @@ -0,0 +1,127 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: Be honest! +- checkbox "Are you cool? Are you cool? Are you cool? Are you cool? Are you cool? Are you cool? Are you cool?": "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio "10-15 10-15 10-15 10-15 10-15 10-15 10-15": young + - text: 10-15 A young thing. + - radio "16-21 16-21 16-21 16-21 16-21 16-21 16-21": middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox "Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island": lopez + - text: Lopez Island Lopez caption + - checkbox "Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue": bellevue + - text: Bellevue Bellevue caption + - checkbox "Seattle Seattle Seattle Seattle Seattle Seattle Seattle": seattle + - text: Seattle Seattle caption +- text: light First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: light_colorblind First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: light_high_contrast First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: dark First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: dark_dimmed First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: dark_high_contrast First name +- textbox +- text: Be honest! +- checkbox: "1" +- text: Are you cool? Check only if you are cool. +- radiogroup: + - radio: young + - text: 10-15 A young thing. + - radio: middle_aged + - text: 16-21 No longer a spring chicken. +- group "Cool places": + - text: Cool places + - checkbox: lopez + - text: Lopez Island Lopez caption + - checkbox: bellevue + - text: Bellevue Bellevue caption + - checkbox: seattle + - text: Seattle Seattle caption +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml new file mode 100644 index 0000000000..608d55e32d --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml @@ -0,0 +1,63 @@ +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox "Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays": "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox "Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais": "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox "Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos": long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: light +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: light_colorblind +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: light_high_contrast +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: dark +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: dark_dimmed +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: dark_high_contrast +- group "I like to eat, eat, eat:": + - text: "I like to eat, eat, eat: Nom nom nom" + - checkbox: "1" + - text: Ey-ples and ba-naynays Long "A" sound + - checkbox: "1" + - text: Eye-ples and ba-nainais Long "I" sound + - checkbox: long_o + - text: Oh-ples and ba-nonos Long "O" sound +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml new file mode 100644 index 0000000000..7542cff0a4 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml @@ -0,0 +1,63 @@ +- group: + - checkbox "Capital Capital Capital Capital Capital Capital Capital": capital + - text: Capital + - checkbox "Most-populous Most-populous Most-populous Most-populous Most-populous Most-populous Most-populous": populous + - text: Most-populous + - checkbox "Custom Custom Custom Custom Custom Custom Custom": custom + - text: Custom Custom cities + - textbox "Custom cities Custom cities Custom cities Custom cities Custom cities Custom cities Custom cities" +- text: light +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: light_colorblind +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: light_high_contrast +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: dark +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: dark_dimmed +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: dark_high_contrast +- group: + - checkbox: capital + - text: Capital + - checkbox: populous + - text: Most-populous + - checkbox: custom + - text: Custom Custom cities + - textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml new file mode 100644 index 0000000000..6e06e27633 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml @@ -0,0 +1,42 @@ +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name Last name Last name Last name Last name Last name Last name" +- text: Bueller. Bueller. Bueller. light +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. light_colorblind +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. light_high_contrast +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_dimmed +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_high_contrast +- paragraph: Each of these fields comes from its own form definition. +- text: First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml new file mode 100644 index 0000000000..b979441125 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml @@ -0,0 +1,71 @@ +- 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. light 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. light_colorblind 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. light_high_contrast 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. dark 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. dark_dimmed 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. dark_high_contrast 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. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml new file mode 100644 index 0000000000..7a93c9db52 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml @@ -0,0 +1,57 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: What your friends call you. Last name +- textbox "Last name Last name Last name Last name Last name Last name Last name" +- text: What the principal calls you. Dietary restrictions +- textbox "Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions" +- text: Any allergies? +- checkbox "Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email!": "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. light First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. light_colorblind First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. light_high_contrast First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. dark First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. dark_dimmed First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. dark_high_contrast First name +- textbox +- text: What your friends call you. Last name +- textbox +- text: What the principal calls you. Dietary restrictions +- textbox +- text: Any allergies? +- checkbox: "1" +- text: Send me gobs of email! Check this if you enjoy getting spam. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml new file mode 100644 index 0000000000..a752828dff --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml @@ -0,0 +1,43 @@ +- text: Will have error +- textbox "Will have error Will have error Will have error Will have error Will have error Will have error Will have error" +- text: Every time this checks with the server, it returns an error Will not error +- textbox "Will not error Will not error Will not error Will not error Will not error Will not error 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 Random error or success Random error or success Random error or success Random error or success Random error or success Random error or success" +- text: Server checks will randomly respond with errors or success light Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success light_colorblind Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success light_high_contrast Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success dark Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success dark_dimmed Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success dark_high_contrast Will have error +- textbox +- text: Every time this checks with the server, it returns an error Will not error +- textbox +- 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 +- text: Server checks will randomly respond with errors or success dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml new file mode 100644 index 0000000000..00b76a48f7 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml @@ -0,0 +1,29 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name Last name Last name Last name Last name Last name Last name" +- text: That doesn't look right Bueller. Bueller. Bueller. light First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. light_colorblind First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. light_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. dark First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. dark_dimmed First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. dark_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: That doesn't look right Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml new file mode 100644 index 0000000000..9b1852c6b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml @@ -0,0 +1,91 @@ +- radiogroup "Country": + - text: Country + - radio "USA USA USA USA USA USA USA": US + - text: USA + - radio "Canada Canada Canada Canada Canada Canada Canada": CA + - text: Canada +- text: Region +- combobox "Region Region Region Region Region Region Region": + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: light +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: light_colorblind +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: light_high_contrast +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: dark +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: dark_dimmed +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: dark_high_contrast +- radiogroup "Country": + - text: Country + - radio: US + - text: USA + - radio: CA + - text: Canada +- text: Region +- combobox: + - option "California" [selected] + - option "Washington" + - option "Oregon" +- button "Submit" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml new file mode 100644 index 0000000000..2109aa6bb6 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml @@ -0,0 +1,29 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name Last name Last name Last name Last name Last name Last name" +- text: Bueller. Bueller. Bueller. light First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. light_colorblind First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. light_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_dimmed First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml new file mode 100644 index 0000000000..46ba0977ba --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml @@ -0,0 +1,28 @@ +- checkbox "Enabled Enabled Enabled Enabled Enabled Enabled Enabled": "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: light +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: light_colorblind +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: light_high_contrast +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: dark +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: dark_dimmed +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: dark_high_contrast +- checkbox: "1" +- text: Enabled +- paragraph: The caption for Enabled? +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml new file mode 100644 index 0000000000..ee0adb41da --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml @@ -0,0 +1,63 @@ +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio "Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement": online + - text: Online advertisement Facebook maybe? + - radio "Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement": radio + - text: Radio advertisement We love us some NPR + - radio "From a friend From a friend From a friend From a friend From a friend From a friend From a friend": friend + - text: From a friend Wow, what a good person +- text: light +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: light_colorblind +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: light_high_contrast +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: dark +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: dark_dimmed +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: dark_high_contrast +- radiogroup "How did you hear about us?": + - text: How did you hear about us? We love our listeners + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml new file mode 100644 index 0000000000..6db6c808b3 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml @@ -0,0 +1,91 @@ +- radiogroup: + - radio "Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement": online + - text: Online advertisement Facebook maybe? + - radio "Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement": radio + - text: Radio advertisement We love us some NPR + - radio "From a friend From a friend From a friend From a friend From a friend From a friend From a friend": friend + - text: From a friend Wow, what a good person First Name + - textbox "First Name First Name First Name First Name First Name First Name First Name" + - text: Last Name + - textbox "Last Name Last Name Last Name Last Name Last Name Last Name Last Name" + - text: Describe this wonderful person in loving detail + - textbox "Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail" +- text: light +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: light_colorblind +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: light_high_contrast +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: dark +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: dark_dimmed +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: dark_high_contrast +- radiogroup: + - radio: online + - text: Online advertisement Facebook maybe? + - radio: radio + - text: Radio advertisement We love us some NPR + - radio: friend + - text: From a friend Wow, what a good person First Name + - textbox + - text: Last Name + - textbox + - text: Describe this wonderful person in loving detail + - textbox +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml new file mode 100644 index 0000000000..4366b24c8b --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml @@ -0,0 +1,106 @@ +- text: Cool cities +- combobox "Cool cities Cool cities Cool cities Cool cities Cool cities Cool cities Cool cities": + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox "Places you've been Places you've been Places you've been Places you've been Places you've been Places you've been 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" +- text: light Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: light_colorblind Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: light_high_contrast Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: dark Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: dark_dimmed Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: dark_high_contrast Cool cities +- combobox: + - option [selected] + - option "Lopez Island" + - option "Bellevue" + - option "Seattle" +- text: Select your favorite! Places you've been +- listbox: + - 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" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml new file mode 100644 index 0000000000..f9eb226708 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml @@ -0,0 +1,15 @@ +- text: Ultimate answer +- textbox "Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer" +- text: The answer to life, the universe, and everything light Ultimate answer +- textbox +- text: The answer to life, the universe, and everything light_colorblind Ultimate answer +- textbox +- text: The answer to life, the universe, and everything light_high_contrast Ultimate answer +- textbox +- text: The answer to life, the universe, and everything dark Ultimate answer +- textbox +- text: The answer to life, the universe, and everything dark_dimmed Ultimate answer +- textbox +- text: The answer to life, the universe, and everything dark_high_contrast Ultimate answer +- textbox +- text: The answer to life, the universe, and everything dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml new file mode 100644 index 0000000000..5852ed8955 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml @@ -0,0 +1,57 @@ +- text: First name +- textbox "First name First name First name First name First name First name First name" +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox "Last name Last name Last name Last name Last name Last name Last name" +- text: Bueller. Bueller. Bueller. I'm green +- textbox "I'm green I'm green I'm green I'm green I'm green I'm green I'm green" +- button "Submit" [disabled] +- button "Click me" +- text: light First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: light_colorblind First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: light_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: dark First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: dark_dimmed First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: dark_high_contrast First name +- textbox +- text: That which we call a rose by any other name would smell as sweet. Last name +- textbox +- text: Bueller. Bueller. Bueller. I'm green +- textbox +- button "Submit" [disabled] +- button "Click me" +- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml new file mode 100644 index 0000000000..dada6e0967 --- /dev/null +++ b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml @@ -0,0 +1,29 @@ +- text: Ultimate answer +- textbox "Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer" +- text: The answer to life, the universe, and everything +- checkbox "Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive": "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light_colorblind Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light_high_contrast Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_dimmed Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_high_contrast Ultimate answer +- textbox +- text: The answer to life, the universe, and everything +- checkbox: "1" +- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_colorblind \ No newline at end of file From fe49c490fc504b4b8fea9fc0978f6ac064c23199 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:36:09 +0000 Subject: [PATCH 05/11] Only generate snapshot for one theme, and add snapshot for interacted state * The markup shouldn't change based on the theme so let's just generate the snapshot for one component on default theme. * The markup may change based on interaction so add support for that. --- test/playwright/snapshots.test.ts | 35 +++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index fba5608ca3..048175e993 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -60,13 +60,44 @@ test.describe('generate snapshots', () => { } test(`${example.preview_path}-aria-snapshots`, async ({page}) => { - await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) + await page.goto(`/rails/view_components/${example.preview_path}`) + + const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() + expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) + }) + + if (example.snapshot === 'interactive') { + test(`${example.preview_path}-aria-snapshots-interactive`, async ({page}) => { + await page.goto(`/rails/view_components/${example.preview_path}`) + + // Focus state + await page.keyboard.press('Tab') + + await new Promise(resolve => setTimeout(resolve, 100)) + await page.keyboard.press('Enter') + + const subject = await page.evaluate(() => document.querySelector('[data-interaction-subject]')) + if (subject) { + await page.waitForSelector('[data-interaction-subject][data-ready=true]') + } + + // Wait a bit for animations etc to resolve + await new Promise(resolve => setTimeout(resolve, 100)) + + const focusedScreenshot = await page.screenshot({animations: 'disabled'}) + expect(focusedScreenshot).toMatchSnapshot([example.preview_path, `default-interacted.yml`]) + }) + } + + test(`${example.preview_path}-aria-snapshots`, async ({page}) => { + await page.goto(`/rails/view_components/${example.preview_path}`) + const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) }) test(example.preview_path, async ({page}) => { - await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) + await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.png']) From 3f50dac850e84d797d139e8a3ed10f514f4ef253 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:39:55 +0000 Subject: [PATCH 06/11] Update comment on action --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04e95c514c..3ad1d1dd9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -218,7 +218,7 @@ jobs: run: | USE_BROWSER=firefox bundle exec rake test:system visual: - name: Visual Regressions + name: Visual and Semantic Markup Regressions if: ${{ github.event_name == 'pull_request' }} timeout-minutes: 20 runs-on: ubuntu-latest-8-cores @@ -263,11 +263,11 @@ jobs: uses: phulsechinmay/rewritable-pr-comment@v0.3.0 with: message: | - ### ⚠️ Visual differences found + ### ⚠️ Visual or Semantic markup differences found - Our visual comparison tests found UI differences. Please review the differences by viewing the files changed tab to ensure that the changes were intentional. + Our visual and semantic markup comparison tests found UI differences. Please review the differences by viewing the files changed tab to ensure that the changes were intentional. - [Review visual differences](https://github.com/primer/view_components/pull/${{ github.event.number }}/files?file-filters%5B%5D=.png&show-viewed-files=false) + [Review differences](https://github.com/primer/view_components/pull/${{ github.event.number }}/files?file-filters%5B%5D=.png&file-filters%5B%5D=.yml&show-viewed-files=false) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMENT_IDENTIFIER: 'visual-comparison-diff' - uses: actions/upload-artifact@v4 From 93a0b15d1880e2f54105ca03206e70a79bbc9c4b Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:46:21 +0000 Subject: [PATCH 07/11] Rename tests --- test/playwright/snapshots.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index 048175e993..0d5bab8603 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -63,7 +63,7 @@ test.describe('generate snapshots', () => { await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() - expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) + expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'aria-snapshot.yml']) }) if (example.snapshot === 'interactive') { @@ -84,8 +84,8 @@ test.describe('generate snapshots', () => { // Wait a bit for animations etc to resolve await new Promise(resolve => setTimeout(resolve, 100)) - const focusedScreenshot = await page.screenshot({animations: 'disabled'}) - expect(focusedScreenshot).toMatchSnapshot([example.preview_path, `default-interacted.yml`]) + const interactedScreenshot = await page.locator('#component-preview').ariaSnapshot() + expect(interactedScreenshot).toMatchSnapshot([example.preview_path, 'default-interacted.yml']) }) } @@ -93,7 +93,7 @@ test.describe('generate snapshots', () => { await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() - expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.yml']) + expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'aria-snapshot-interacted.yml']) }) test(example.preview_path, async ({page}) => { From 98eddc6dd82449ca1cc5e23a0be9113d29e8e22f Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:56:32 +0000 Subject: [PATCH 08/11] Remove duplicate --- test/playwright/snapshots.test.ts | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index 0d5bab8603..32a75d0fff 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -59,7 +59,7 @@ test.describe('generate snapshots', () => { } } - test(`${example.preview_path}-aria-snapshots`, async ({page}) => { + test(`${example.preview_path} ARIA snapshots`, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() @@ -67,7 +67,7 @@ test.describe('generate snapshots', () => { }) if (example.snapshot === 'interactive') { - test(`${example.preview_path}-aria-snapshots-interactive`, async ({page}) => { + test(`${example.preview_path} ARIA snapshots after interaction`, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}`) // Focus state @@ -85,17 +85,10 @@ test.describe('generate snapshots', () => { await new Promise(resolve => setTimeout(resolve, 100)) const interactedScreenshot = await page.locator('#component-preview').ariaSnapshot() - expect(interactedScreenshot).toMatchSnapshot([example.preview_path, 'default-interacted.yml']) + expect(interactedScreenshot).toMatchSnapshot([example.preview_path, 'aria-snapshot--after-interaction.yml']) }) } - test(`${example.preview_path}-aria-snapshots`, async ({page}) => { - await page.goto(`/rails/view_components/${example.preview_path}`) - - const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() - expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'aria-snapshot-interacted.yml']) - }) - test(example.preview_path, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) From 3afd47ae8154fb9a3b0d62fab32bcb3b8f603ab2 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:17:11 +0000 Subject: [PATCH 09/11] Undo unintentional change --- test/playwright/snapshots.test.ts | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/test/playwright/snapshots.test.ts b/test/playwright/snapshots.test.ts index 32a75d0fff..614fef2890 100644 --- a/test/playwright/snapshots.test.ts +++ b/test/playwright/snapshots.test.ts @@ -59,7 +59,22 @@ test.describe('generate snapshots', () => { } } - test(`${example.preview_path} ARIA snapshots`, async ({page}) => { + test(example.preview_path, async ({page}) => { + await page.goto(`/rails/view_components/${example.preview_path}?theme=all`) + const defaultScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) + expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.png']) + + // Focus state + await page.keyboard.press('Tab') + + // Wait a bit for animations etc to resolve + await new Promise(resolve => setTimeout(resolve, 100)) + + const focusedScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) + expect(focusedScreenshot).toMatchSnapshot([example.preview_path, 'focused.png']) + }) + + test(`${example.preview_path} ARIA snapshot matches`, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}`) const defaultScreenshot = await page.locator('#component-preview').ariaSnapshot() @@ -67,7 +82,7 @@ test.describe('generate snapshots', () => { }) if (example.snapshot === 'interactive') { - test(`${example.preview_path} ARIA snapshots after interaction`, async ({page}) => { + test(`${example.preview_path} ARIA snapshot after interaction matches`, async ({page}) => { await page.goto(`/rails/view_components/${example.preview_path}`) // Focus state @@ -88,21 +103,6 @@ test.describe('generate snapshots', () => { expect(interactedScreenshot).toMatchSnapshot([example.preview_path, 'aria-snapshot--after-interaction.yml']) }) } - - test(example.preview_path, async ({page}) => { - await page.goto(`/rails/view_components/${example.preview_path}`) - const defaultScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) - expect(defaultScreenshot).toMatchSnapshot([example.preview_path, 'default.png']) - - // Focus state - await page.keyboard.press('Tab') - - // Wait a bit for animations etc to resolve - await new Promise(resolve => setTimeout(resolve, 100)) - - const focusedScreenshot = await page.locator('#component-preview').screenshot({animations: 'disabled'}) - expect(focusedScreenshot).toMatchSnapshot([example.preview_path, 'focused.png']) - }) } } } From d850a1cf3bbae3004cbb55cf0ecbeb37bf615e63 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:37:44 +0000 Subject: [PATCH 10/11] remove old ones --- .../alpha/action_bar/default/default.yml | 63 ------- .../alpha/action_list/default/default.yml | 63 ------- .../alpha/action_list/heading/default.yml | 14 -- .../alpha/action_list/item_active/default.yml | 28 --- .../alpha/action_list/item_danger/default.yml | 28 --- .../action_list/item_default/default.yml | 28 --- .../action_list/item_disabled/default.yml | 28 --- .../item_leading_trailing_visual/default.yml | 28 --- .../item_trailing_action/default.yml | 35 ---- .../item_with_description/default.yml | 28 --- .../item_with_description_inline/default.yml | 28 --- .../long_label_with_tooltip/default.yml | 70 -------- .../alpha/action_menu/default/default.yml | 14 -- .../multiple_selected_items/default.yml | 14 -- .../default.yml | 14 -- .../single_selected_item/default.yml | 14 -- .../primer/alpha/action_menu/wide/default.yml | 14 -- .../alpha/action_menu/with_groups/default.yml | 14 -- .../with_items_and_groups/default.yml | 14 -- .../alpha/auto_complete/default/default.yml | 21 --- .../alpha/banner/dismissible/default.yml | 21 --- .../alpha/banner/full_width/default.yml | 14 -- .../alpha/banner/scheme_danger/default.yml | 14 -- .../alpha/banner/scheme_default/default.yml | 14 -- .../alpha/banner/scheme_success/default.yml | 14 -- .../alpha/banner/scheme_warning/default.yml | 14 -- .../banner/with_action_button/default.yml | 21 --- .../banner/with_action_content/default.yml | 21 --- .../scheme_default/default.yml | 14 -- .../sizes_default/default.yml | 14 -- .../alpha/check_box/with_caption/default.yml | 14 -- .../check_box_group/with_caption/default.yml | 77 -------- .../primer/alpha/dialog/default/default.yml | 14 -- .../dialog/dialog_inside_overlay/default.yml | 14 -- .../alpha/dialog/initally_open/default.yml | 42 ----- .../primer/alpha/dialog/left_side/default.yml | 14 -- .../alpha/dialog/right_side/default.yml | 14 -- .../alpha/dialog/scroll_container/default.yml | 119 ------------- .../dialog/with_auto_complete/default.yml | 14 -- .../primer/alpha/dropdown/default/default.yml | 21 --- .../alpha/hellip_button/default/default.yml | 14 -- .../hidden_text_expander/default/default.yml | 14 -- .../primer/alpha/layout/default/default.yml | 1 - .../alpha/layout/gutter_none/default.yml | 1 - .../sidebar_col_placement_start/default.yml | 1 - .../layout/sidebar_width_narrow/default.yml | 1 - .../primer/alpha/menu/default/default.yml | 42 ----- .../alpha/multi_input/default/default.yml | 98 ---------- .../alpha/multi_input/disabled/default.yml | 98 ---------- .../visually_hide_label/default.yml | 98 ---------- .../multi_input/with_caption/default.yml | 98 ---------- .../alpha/octicon_symbols/default/default.yml | 14 -- .../alpha/radio_button/checked/default.yml | 14 -- .../alpha/radio_button/default/default.yml | 14 -- .../alpha/radio_button/disabled/default.yml | 14 -- .../visually_hide_label/default.yml | 14 -- .../radio_button/with_caption/default.yml | 14 -- .../radio_button_group/default/default.yml | 63 ------- .../radio_button_group/invalid/default.yml | 63 ------- .../with_caption/default.yml | 63 ------- .../segmented_control/default/default.yml | 56 ------ .../full_width_medium/default.yml | 56 ------ .../full_width_small/default.yml | 56 ------ .../icon_only_medium/default.yml | 56 ------ .../icon_only_small/default.yml | 56 ------ .../icons_and_text_medium/default.yml | 56 ------ .../icons_and_text_small/default.yml | 56 ------ .../trailing_label_width_medium/default.yml | 42 ----- .../trailing_label_width_small/default.yml | 42 ----- .../with_label_and_caption/default.yml | 57 ------ .../with_link_as_tag/default.yml | 56 ------ .../with_subhead_actions/default.yml | 57 ------ .../primer/alpha/select/disabled/default.yml | 43 ----- .../alpha/select/full_width/default.yml | 43 ----- .../primer/alpha/select/invalid/default.yml | 43 ----- .../alpha/select/not_full_width/default.yml | 43 ----- .../select/visually_hide_label/default.yml | 43 ----- .../alpha/select/with_caption/default.yml | 43 ----- .../with_validation_message/default.yml | 43 ----- .../custom_loading_description/default.yml | 14 -- .../custom_loading_label/default.yml | 14 -- .../alpha/select_panel/default/default.yml | 14 -- .../eventually_local_fetch/default.yml | 14 -- .../default.yml | 14 -- .../default.yml | 14 -- .../select_panel/footer_buttons/default.yml | 14 -- .../select_panel/list_of_links/default.yml | 14 -- .../select_panel/local_fetch/default.yml | 14 -- .../local_fetch_no_results/default.yml | 14 -- .../select_panel/multiselect/default.yml | 14 -- .../select_panel/multiselect_form/default.yml | 28 --- .../alpha/select_panel/no_values/default.yml | 14 -- .../select_panel/remote_fetch/default.yml | 14 -- .../remote_fetch_filter_failure/default.yml | 14 -- .../remote_fetch_initial_failure/default.yml | 14 -- .../remote_fetch_no_results/default.yml | 14 -- .../select_panel/single_select/default.yml | 14 -- .../single_select_form/default.yml | 28 --- .../with_avatar_items/default.yml | 14 -- .../with_dynamic_label/default.yml | 14 -- .../default.yml | 14 -- .../with_leading_icons/default.yml | 14 -- .../select_panel/with_subtitle/default.yml | 14 -- .../with_trailing_icons/default.yml | 14 -- .../primer/alpha/tab_nav/default/default.yml | 63 ------- .../alpha/tab_nav/with_extra/default.yml | 70 -------- .../with_icons_and_counters/default.yml | 63 ------- .../alpha/tab_panels/default/default.yml | 42 ----- .../alpha/text_area/default/default.yml | 15 -- .../alpha/text_area/disabled/default.yml | 15 -- .../alpha/text_area/full_width/default.yml | 15 -- .../alpha/text_area/invalid/default.yml | 15 -- .../text_area/not_full_width/default.yml | 15 -- .../text_area/visually_hide_label/default.yml | 15 -- .../alpha/text_area/with_caption/default.yml | 15 -- .../with_validation_message/default.yml | 15 -- .../alpha/text_field/default/default.yml | 15 -- .../alpha/text_field/disabled/default.yml | 15 -- .../alpha/text_field/full_width/default.yml | 15 -- .../default.yml | 28 --- .../input_group_leading_button/default.yml | 28 --- .../input_group_trailing_button/default.yml | 22 --- .../primer/alpha/text_field/inset/default.yml | 15 -- .../alpha/text_field/invalid/default.yml | 15 -- .../alpha/text_field/monospace/default.yml | 15 -- .../text_field/not_full_width/default.yml | 15 -- .../text_field/show_clear_button/default.yml | 22 --- .../alpha/text_field/size_large/default.yml | 15 -- .../alpha/text_field/size_medium/default.yml | 15 -- .../alpha/text_field/size_small/default.yml | 15 -- .../visually_hide_label/default.yml | 15 -- .../alpha/text_field/with_caption/default.yml | 15 -- .../with_leading_visual/default.yml | 15 -- .../text_field/with_placeholder/default.yml | 15 -- .../with_trailing_counter/default.yml | 15 -- .../text_field/with_trailing_icon/default.yml | 15 -- .../with_trailing_label/default.yml | 15 -- .../with_trailing_long_text/default.yml | 15 -- .../text_field/with_trailing_text/default.yml | 15 -- .../with_validation_message/default.yml | 15 -- .../alpha/toggle_switch/checked/default.yml | 14 -- .../checked_disabled/default.yml | 14 -- .../alpha/toggle_switch/default/default.yml | 14 -- .../alpha/toggle_switch/disabled/default.yml | 14 -- .../alpha/toggle_switch/small/default.yml | 14 -- .../toggle_switch/with_a_bad_src/default.yml | 14 -- .../default.yml | 14 -- .../alpha/tooltip/tooltip_e/default.yml | 14 -- .../alpha/tooltip/tooltip_n/default.yml | 14 -- .../alpha/tooltip/tooltip_ne/default.yml | 14 -- .../alpha/tooltip/tooltip_nw/default.yml | 14 -- .../alpha/tooltip/tooltip_s/default.yml | 14 -- .../alpha/tooltip/tooltip_se/default.yml | 14 -- .../alpha/tooltip/tooltip_sw/default.yml | 14 -- .../alpha/tooltip/tooltip_w/default.yml | 14 -- .../alpha/underline_nav/default/default.yml | 70 -------- .../with_icons_and_counters/default.yml | 63 ------- .../underline_panels/default/default.yml | 42 ----- .../underline_panels/with_actions/default.yml | 43 ----- .../with_icons_and_counters/default.yml | 42 ----- .../beta/auto_complete/full_width/default.yml | 15 -- .../beta/auto_complete/large/default.yml | 15 -- .../auto_complete/leading_visual/default.yml | 15 -- .../beta/auto_complete/medium/default.yml | 15 -- .../beta/auto_complete/small/default.yml | 15 -- .../auto_complete/trailing_action/default.yml | 22 --- .../visually_hide_label/default.yml | 15 -- .../primer/beta/avatar/default/default.yml | 14 -- .../beta/avatar/shape_circle/default.yml | 14 -- .../beta/avatar/shape_square/default.yml | 14 -- .../primer/beta/avatar/size_16/default.yml | 14 -- .../primer/beta/avatar/size_20/default.yml | 14 -- .../primer/beta/avatar/size_24/default.yml | 14 -- .../primer/beta/avatar/size_32/default.yml | 14 -- .../primer/beta/avatar/size_40/default.yml | 14 -- .../primer/beta/avatar/size_48/default.yml | 14 -- .../primer/beta/avatar/size_64/default.yml | 14 -- .../primer/beta/avatar/size_80/default.yml | 14 -- .../beta/avatar_stack/avatar_2/default.yml | 21 --- .../beta/avatar_stack/avatar_3/default.yml | 21 --- .../beta/avatar_stack/default/default.yml | 14 -- .../beta/blankslate/default/default.yml | 21 --- .../beta/blankslate/description/default.yml | 21 --- .../primer/beta/blankslate/full/default.yml | 35 ---- .../beta/blankslate/loading/default.yml | 22 --- .../beta/blankslate/option_border/default.yml | 21 --- .../blankslate/primary_action/default.yml | 21 --- .../blankslate/secondary_action/default.yml | 21 --- .../beta/blankslate/with_icon/default.yml | 14 -- .../beta/blankslate/with_image/default.yml | 21 --- .../beta/border_box/default/default.yml | 36 ---- .../border_box/padding_condensed/default.yml | 36 ---- .../border_box/padding_spacious/default.yml | 36 ---- .../beta/border_box/row_colors/default.yml | 42 ----- .../beta/breadcrumbs/default/default.yml | 49 ----- .../with_beta_truncate/default.yml | 63 ------- .../with_deprecated_truncate/default.yml | 63 ------- .../beta/button/all_schemes/default.yml | 35 ---- .../primer/beta/button/full_width/default.yml | 14 -- .../primer/beta/button/inactive/default.yml | 14 -- .../button/invisible_all_visuals/default.yml | 56 ------ .../primer/beta/button/label_wrap/default.yml | 14 -- .../beta/button/leading_visual/default.yml | 14 -- .../button/leading_visual_svg/default.yml | 28 --- .../primer/beta/button/link/default.yml | 14 -- .../beta/button/link_as_button/default.yml | 14 -- .../button/link_scheme_label_wrap/default.yml | 14 -- .../small_scheme_one_character/default.yml | 14 -- .../beta/button/summary_as_button/default.yml | 14 -- .../beta/button/trailing_action/default.yml | 14 -- .../beta/button/trailing_counter/default.yml | 14 -- .../beta/button/trailing_visual/default.yml | 14 -- .../beta/button_group/default/default.yml | 28 --- .../button_group/icon_buttons/default.yml | 28 --- .../button_group/multiple_tags/default.yml | 21 --- .../button_group/split_button/default.yml | 21 --- .../with_clipboard_copy_button/default.yml | 21 --- .../button_group/with_menu_button/default.yml | 21 --- .../beta/clipboard_copy/default/default.yml | 14 -- .../beta/clipboard_copy/text/default.yml | 14 -- .../clipboard_copy_button/default/default.yml | 14 -- .../with_tooltip/default.yml | 14 -- .../beta/close_button/default/default.yml | 14 -- .../counter/color_scheme_default/default.yml | 1 - .../counter/color_scheme_primary/default.yml | 1 - .../color_scheme_secondary/default.yml | 1 - .../primer/beta/counter/default/default.yml | 1 - .../counter/rounding_above_1000/default.yml | 1 - .../counter/rounding_below_1000/default.yml | 1 - .../beta/counter/rounding_default/default.yml | 1 - .../counter/rounding_large_number/default.yml | 1 - .../default.yml | 1 - .../default.yml | 1 - .../primer/beta/counter/with_text/default.yml | 1 - .../flash/color_scheme_danger/default.yml | 1 - .../flash/color_scheme_default/default.yml | 1 - .../flash/color_scheme_success/default.yml | 1 - .../flash/color_scheme_warning/default.yml | 1 - .../primer/beta/flash/default/default.yml | 1 - .../flash/options_dismissible/default.yml | 15 -- .../beta/flash/options_full/default.yml | 1 - .../beta/flash/options_with_icon/default.yml | 1 - .../primer/beta/heading/default/default.yml | 14 -- .../beta/icon_button/danger/default.yml | 14 -- .../beta/icon_button/default/default.yml | 14 -- .../beta/icon_button/invisible/default.yml | 14 -- .../icon_button/link_as_button/default.yml | 14 -- .../beta/icon_button/primary/default.yml | 14 -- .../icon_button/summary_as_button/default.yml | 14 -- .../label/color_scheme_accent/default.yml | 1 - .../label/color_scheme_attention/default.yml | 1 - .../label/color_scheme_danger/default.yml | 1 - .../beta/label/color_scheme_done/default.yml | 1 - .../label/color_scheme_primary/default.yml | 1 - .../label/color_scheme_secondary/default.yml | 1 - .../label/color_scheme_severe/default.yml | 1 - .../label/color_scheme_sponsors/default.yml | 1 - .../label/color_scheme_success/default.yml | 1 - .../primer/beta/label/default/default.yml | 1 - .../beta/label/inline_inline/default.yml | 1 - .../beta/label/size_default/default.yml | 1 - .../primer/beta/label/size_large/default.yml | 1 - .../link/color_scheme_primary/default.yml | 14 -- .../color_scheme_primary_muted/default.yml | 14 -- .../link/color_scheme_secondary/default.yml | 14 -- .../color_scheme_secondary_muted/default.yml | 14 -- .../primer/beta/link/default/default.yml | 14 -- .../primer/beta/nav_list/default/default.yml | 168 ------------------ .../long_label_with_tooltip/default.yml | 63 ------- .../beta/nav_list/show_more_item/default.yml | 112 ------------ .../beta/nav_list/trailing_action/default.yml | 70 -------- .../primer/beta/octicon/default/default.yml | 1 - .../beta/popover/bottom_left/default.yml | 1 - .../beta/popover/bottom_right/default.yml | 1 - .../primer/beta/popover/default/default.yml | 14 -- .../primer/beta/popover/large/default.yml | 1 - .../primer/beta/popover/top_left/default.yml | 1 - .../primer/beta/popover/top_right/default.yml | 1 - .../beta/progress_bar/default/default.yml | 1 - .../progress_bar/size_default/default.yml | 1 - .../beta/progress_bar/size_large/default.yml | 1 - .../beta/progress_bar/size_small/default.yml | 1 - .../link_with_tooltip/default.yml | 14 -- .../no_title_attribute/default.yml | 1 - .../primer/beta/spinner/default/default.yml | 1 - .../primer/beta/state/default/default.yml | 1 - .../beta/state/sizes_default/default.yml | 1 - .../primer/beta/state/sizes_small/default.yml | 1 - .../beta/state/states_closed/default.yml | 1 - .../beta/state/states_merged/default.yml | 1 - .../primer/beta/state/states_open/default.yml | 1 - .../primer/beta/subhead/actions/default.yml | 15 -- .../primer/beta/subhead/danger/default.yml | 1 - .../primer/beta/subhead/default/default.yml | 1 - .../beta/subhead/spacing_spacious/default.yml | 1 - .../primer/beta/text/default/default.yml | 1 - .../beta/timeline_item/default/default.yml | 14 -- .../beta/truncate/max_widths/default.yml | 1 - .../primer/box/border/default.yml | 1 - .../primer/box/border_bottom/default.yml | 1 - .../primer/forms/action_menu_form/default.yml | 29 --- .../forms/after_content_form/default.yml | 29 --- .../array_check_box_group_form/default.yml | 63 ------- .../forms/auto_complete_form/default.yml | 29 --- .../forms/caption_template_form/default.yml | 127 ------------- .../forms/check_box_group_form/default.yml | 63 ------- .../check_box_with_nested_form/default.yml | 63 ------- .../primer/forms/composed_form/default.yml | 42 ----- .../example_toggle_switch_form/default.yml | 71 -------- .../primer/forms/horizontal_form/default.yml | 57 ------ .../immediate_validation_form/default.yml | 43 ----- .../primer/forms/invalid_form/default.yml | 29 --- .../primer/forms/multi_input_form/default.yml | 91 ---------- .../forms/multi_text_field_form/default.yml | 29 --- .../name_with_question_mark_form/default.yml | 28 --- .../forms/radio_button_group_form/default.yml | 63 ------- .../radio_button_with_nested_form/default.yml | 91 ---------- .../primer/forms/select_form/default.yml | 106 ----------- .../forms/single_text_field_form/default.yml | 15 -- .../forms/submit_button_form/default.yml | 57 ------ .../text_field_and_checkbox_form/default.yml | 29 --- 321 files changed, 7560 deletions(-) delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml delete mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml deleted file mode 100644 index 3ce63e3d0a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: light -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: light_colorblind -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: light_high_contrast -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: dark -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: dark_dimmed -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: dark_high_contrast -- toolbar: - - button "Search" - - button "Edit" - - button "Archive" - - button "Heart" - - button "Bookmark" - - button "Mention" - - button "Attach" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml deleted file mode 100644 index d28a84b409..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: light -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: light_colorblind -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: light_high_contrast -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: dark -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: dark_dimmed -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: dark_high_contrast -- heading "Action List" [level=3] -- list "Action List": - - listitem: - - link "Item one" - - listitem: - - link "Item two" - - listitem: - - link "Item three" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml deleted file mode 100644 index 3b850a4039..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- heading "This is a title" [level=3] -- text: This is a subtitle light -- heading "This is a title" [level=3] -- text: This is a subtitle light_colorblind -- heading "This is a title" [level=3] -- text: This is a subtitle light_high_contrast -- heading "This is a title" [level=3] -- text: This is a subtitle dark -- heading "This is a title" [level=3] -- text: This is a subtitle dark_dimmed -- heading "This is a title" [level=3] -- text: This is a subtitle dark_high_contrast -- heading "This is a title" [level=3] -- text: This is a subtitle dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml deleted file mode 100644 index 9c3548a45b..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Active item" -- text: light -- list "List heading": - - listitem: - - link "Active item" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Active item" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Active item" -- text: dark -- list "List heading": - - listitem: - - link "Active item" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Active item" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Active item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml deleted file mode 100644 index b6732e2aa0..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Danger item" -- text: light -- list "List heading": - - listitem: - - link "Danger item" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Danger item" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Danger item" -- text: dark -- list "List heading": - - listitem: - - link "Danger item" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Danger item" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Danger item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml deleted file mode 100644 index 37214be1fc..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Default item" -- text: light -- list "List heading": - - listitem: - - link "Default item" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Default item" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Default item" -- text: dark -- list "List heading": - - listitem: - - link "Default item" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Default item" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Default item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml deleted file mode 100644 index af374ae52d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: light -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: light_colorblind -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: light_high_contrast -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: dark -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: dark_dimmed -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: dark_high_contrast -- list "List heading": - - listitem: - - button "Disabled item Item description" [disabled] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml deleted file mode 100644 index 39407d70e1..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: light -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: dark -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Item with trailing visual" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml deleted file mode 100644 index ca5b8eb579..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/default.yml +++ /dev/null @@ -1,35 +0,0 @@ -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: light -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: dark -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Default item" - - button "Button tooltip" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml deleted file mode 100644 index 2cf951814a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml deleted file mode 100644 index 2cf951814a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light_colorblind -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: light_high_contrast -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_dimmed -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_high_contrast -- list "List heading": - - listitem: - - link "Default item This is a description" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml deleted file mode 100644 index ec6b5727eb..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/default.yml +++ /dev/null @@ -1,70 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml deleted file mode 100644 index b1ac495bf6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Menu" -- text: light -- button "Menu" -- text: light_colorblind -- button "Menu" -- text: light_high_contrast -- button "Menu" -- text: dark -- button "Menu" -- text: dark_dimmed -- button "Menu" -- text: dark_high_contrast -- button "Menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml deleted file mode 100644 index b1ac495bf6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Menu" -- text: light -- button "Menu" -- text: light_colorblind -- button "Menu" -- text: light_high_contrast -- button "Menu" -- text: dark -- button "Menu" -- text: dark_dimmed -- button "Menu" -- text: dark_high_contrast -- button "Menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml deleted file mode 100644 index 2bb58827da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Menu: Quote reply"' -- text: light -- 'button "Menu: Quote reply"' -- text: light_colorblind -- 'button "Menu: Quote reply"' -- text: light_high_contrast -- 'button "Menu: Quote reply"' -- text: dark -- 'button "Menu: Quote reply"' -- text: dark_dimmed -- 'button "Menu: Quote reply"' -- text: dark_high_contrast -- 'button "Menu: Quote reply"' -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml deleted file mode 100644 index b1ac495bf6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Menu" -- text: light -- button "Menu" -- text: light_colorblind -- button "Menu" -- text: light_high_contrast -- button "Menu" -- text: dark -- button "Menu" -- text: dark_dimmed -- button "Menu" -- text: dark_high_contrast -- button "Menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml deleted file mode 100644 index 62db0da9d4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "A wider menu" -- text: light -- button "A wider menu" -- text: light_colorblind -- button "A wider menu" -- text: light_high_contrast -- button "A wider menu" -- text: dark -- button "A wider menu" -- text: dark_dimmed -- button "A wider menu" -- text: dark_high_contrast -- button "A wider menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml deleted file mode 100644 index 2c9d09d8f8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Favorite character" -- text: light -- button "Favorite character" -- text: light_colorblind -- button "Favorite character" -- text: light_high_contrast -- button "Favorite character" -- text: dark -- button "Favorite character" -- text: dark_dimmed -- button "Favorite character" -- text: dark_high_contrast -- button "Favorite character" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml deleted file mode 100644 index 97c7d3e01d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Meal preference" -- text: light -- button "Meal preference" -- text: light_colorblind -- button "Meal preference" -- text: light_high_contrast -- button "Meal preference" -- text: dark -- button "Meal preference" -- text: dark_dimmed -- button "Meal preference" -- text: dark_high_contrast -- button "Meal preference" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml deleted file mode 100644 index b9c51a0962..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox -- list -- text: light_colorblind Select a fruit -- combobox -- list -- text: light_high_contrast Select a fruit -- combobox -- list -- text: dark Select a fruit -- combobox -- list -- text: dark_dimmed Select a fruit -- combobox -- list -- text: dark_high_contrast Select a fruit -- combobox -- list -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml deleted file mode 100644 index 2e28cc47c1..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: light -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: light_colorblind -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: light_high_contrast -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: dark -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: dark_dimmed -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: dark_high_contrast -- paragraph: This is a dismissable banner. -- button "Dismiss" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml deleted file mode 100644 index 1c92e3e87d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- paragraph: This is a full width banner. -- text: light -- paragraph: This is a full width banner. -- text: light_colorblind -- paragraph: This is a full width banner. -- text: light_high_contrast -- paragraph: This is a full width banner. -- text: dark -- paragraph: This is a full width banner. -- text: dark_dimmed -- paragraph: This is a full width banner. -- text: dark_high_contrast -- paragraph: This is a full width banner. -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml deleted file mode 100644 index bc081dcf95..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- paragraph: This is a danger banner! -- text: light -- paragraph: This is a danger banner! -- text: light_colorblind -- paragraph: This is a danger banner! -- text: light_high_contrast -- paragraph: This is a danger banner! -- text: dark -- paragraph: This is a danger banner! -- text: dark_dimmed -- paragraph: This is a danger banner! -- text: dark_high_contrast -- paragraph: This is a danger banner! -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml deleted file mode 100644 index 9c51426f33..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- paragraph: This is a default banner. -- text: light -- paragraph: This is a default banner. -- text: light_colorblind -- paragraph: This is a default banner. -- text: light_high_contrast -- paragraph: This is a default banner. -- text: dark -- paragraph: This is a default banner. -- text: dark_dimmed -- paragraph: This is a default banner. -- text: dark_high_contrast -- paragraph: This is a default banner. -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml deleted file mode 100644 index d8f1e9ccc3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- paragraph: This is a success banner! -- text: light -- paragraph: This is a success banner! -- text: light_colorblind -- paragraph: This is a success banner! -- text: light_high_contrast -- paragraph: This is a success banner! -- text: dark -- paragraph: This is a success banner! -- text: dark_dimmed -- paragraph: This is a success banner! -- text: dark_high_contrast -- paragraph: This is a success banner! -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml deleted file mode 100644 index e8c4d1d286..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- paragraph: This is a warning banner! -- text: light -- paragraph: This is a warning banner! -- text: light_colorblind -- paragraph: This is a warning banner! -- text: light_high_contrast -- paragraph: This is a warning banner! -- text: dark -- paragraph: This is a warning banner! -- text: dark_dimmed -- paragraph: This is a warning banner! -- text: dark_high_contrast -- paragraph: This is a warning banner! -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml deleted file mode 100644 index f4a4577b87..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- paragraph: This is a banner with an action! -- button "Take action" -- text: light -- paragraph: This is a banner with an action! -- button "Take action" -- text: light_colorblind -- paragraph: This is a banner with an action! -- button "Take action" -- text: light_high_contrast -- paragraph: This is a banner with an action! -- button "Take action" -- text: dark -- paragraph: This is a banner with an action! -- button "Take action" -- text: dark_dimmed -- paragraph: This is a banner with an action! -- button "Take action" -- text: dark_high_contrast -- paragraph: This is a banner with an action! -- button "Take action" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml deleted file mode 100644 index 3cf260c82e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: light -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: light_colorblind -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: light_high_contrast -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: dark -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: dark_dimmed -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: dark_high_contrast -- paragraph: Did you know? Comments can be edited. -- button "Edit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml deleted file mode 100644 index b99a959047..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Default" -- text: light -- button "Default" -- text: light_colorblind -- button "Default" -- text: light_high_contrast -- button "Default" -- text: dark -- button "Default" -- text: dark_dimmed -- button "Default" -- text: dark_high_contrast -- button "Default" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml deleted file mode 100644 index b99a959047..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Default" -- text: light -- button "Default" -- text: light_colorblind -- button "Default" -- text: light_high_contrast -- button "Default" -- text: dark -- button "Default" -- text: dark_dimmed -- button "Default" -- text: dark_high_contrast -- button "Default" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml deleted file mode 100644 index 4cbe2f8d56..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- checkbox "Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard": "1" -- text: Jean-Luc Picard With a caption light -- checkbox: "1" -- text: Jean-Luc Picard With a caption light_colorblind -- checkbox: "1" -- text: Jean-Luc Picard With a caption light_high_contrast -- checkbox: "1" -- text: Jean-Luc Picard With a caption dark -- checkbox: "1" -- text: Jean-Luc Picard With a caption dark_dimmed -- checkbox: "1" -- text: Jean-Luc Picard With a caption dark_high_contrast -- checkbox: "1" -- text: Jean-Luc Picard With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml deleted file mode 100644 index de6252f803..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/default.yml +++ /dev/null @@ -1,77 +0,0 @@ -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox "Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard Jean-Luc Picard": picard1 - - text: Jean-Luc Picard - - checkbox "Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu Hikaru Sulu": sulu1 - - text: Hikaru Sulu - - checkbox "Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway Kathryn Janeway": janeway1 - - text: Kathryn Janeway - - checkbox "Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko Benjamin Sisko": sisko1 - - text: Benjamin Sisko -- text: light -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: light_colorblind -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: light_high_contrast -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: dark -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: dark_dimmed -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: dark_high_contrast -- group "I would go into battle with:": - - text: "I would go into battle with: With a caption" - - checkbox: picard1 - - text: Jean-Luc Picard - - checkbox: sulu1 - - text: Hikaru Sulu - - checkbox: janeway1 - - text: Kathryn Janeway - - checkbox: sisko1 - - text: Benjamin Sisko -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml deleted file mode 100644 index e4df288d8c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Show Dialog" -- text: light -- button "Show Dialog" -- text: light_colorblind -- button "Show Dialog" -- text: light_high_contrast -- button "Show Dialog" -- text: dark -- button "Show Dialog" -- text: dark_dimmed -- button "Show Dialog" -- text: dark_high_contrast -- button "Show Dialog" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml deleted file mode 100644 index 771fd5bee5..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Show overlay" -- text: light -- button "Show overlay" -- text: light_colorblind -- button "Show overlay" -- text: light_high_contrast -- button "Show overlay" -- text: dark -- button "Show overlay" -- text: dark_dimmed -- button "Show overlay" -- text: dark_high_contrast -- button "Show overlay" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml deleted file mode 100644 index ec4e44bdbb..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: light -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: light_colorblind -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: light_high_contrast -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: dark -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: dark_dimmed -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: dark_high_contrast -- button "Show Dialog" -- dialog "Test Dialog": - - heading "Test Dialog" [level=1] - - button "Close" - - text: Content -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml deleted file mode 100644 index e4df288d8c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Show Dialog" -- text: light -- button "Show Dialog" -- text: light_colorblind -- button "Show Dialog" -- text: light_high_contrast -- button "Show Dialog" -- text: dark -- button "Show Dialog" -- text: dark_dimmed -- button "Show Dialog" -- text: dark_high_contrast -- button "Show Dialog" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml deleted file mode 100644 index e4df288d8c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Show Dialog" -- text: light -- button "Show Dialog" -- text: light_colorblind -- button "Show Dialog" -- text: light_high_contrast -- button "Show Dialog" -- text: dark -- button "Show Dialog" -- text: dark_dimmed -- button "Show Dialog" -- text: dark_high_contrast -- button "Show Dialog" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml deleted file mode 100644 index 99796a1469..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/default.yml +++ /dev/null @@ -1,119 +0,0 @@ -- 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. -- text: light -- 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. -- text: light_colorblind -- 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. -- text: light_high_contrast -- 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. -- text: dark -- 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. -- text: dark_dimmed -- 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. -- text: dark_high_contrast -- 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. -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml deleted file mode 100644 index e4df288d8c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Show Dialog" -- text: light -- button "Show Dialog" -- text: light_colorblind -- button "Show Dialog" -- text: light_high_contrast -- button "Show Dialog" -- text: dark -- button "Show Dialog" -- text: dark_dimmed -- button "Show Dialog" -- text: dark_high_contrast -- button "Show Dialog" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml deleted file mode 100644 index 6453ffab2e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- group: - - button "Dropdown" -- text: light -- group: - - button "Dropdown" -- text: light_colorblind -- group: - - button "Dropdown" -- text: light_high_contrast -- group: - - button "Dropdown" -- text: dark -- group: - - button "Dropdown" -- text: dark_dimmed -- group: - - button "Dropdown" -- text: dark_high_contrast -- group: - - button "Dropdown" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml deleted file mode 100644 index 7aea4b7b19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "No effect": … -- text: light -- button "No effect": … -- text: light_colorblind -- button "No effect": … -- text: light_high_contrast -- button "No effect": … -- text: dark -- button "No effect": … -- text: dark_dimmed -- button "No effect": … -- text: dark_high_contrast -- button "No effect": … -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml deleted file mode 100644 index 7aea4b7b19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "No effect": … -- text: light -- button "No effect": … -- text: light_colorblind -- button "No effect": … -- text: light_high_contrast -- button "No effect": … -- text: dark -- button "No effect": … -- text: dark_dimmed -- button "No effect": … -- text: dark_high_contrast -- button "No effect": … -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml deleted file mode 100644 index 000321cf19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml deleted file mode 100644 index 000321cf19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml deleted file mode 100644 index 000321cf19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml deleted file mode 100644 index 000321cf19..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Sidebar content Main content light Sidebar content Main content light_colorblind Sidebar content Main content light_high_contrast Sidebar content Main content dark Sidebar content Main content dark_dimmed Sidebar content Main content dark_high_contrast Sidebar content Main content dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml deleted file mode 100644 index 80dd6dca06..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: light -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: light_colorblind -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: light_high_contrast -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: dark -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: dark_dimmed -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: dark_high_contrast -- navigation: - - heading "Heading" [level=2] - - link "Item 1" - - link "With Icon" - - link "With Icon and Counter 25" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml deleted file mode 100644 index c752158435..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/default.yml +++ /dev/null @@ -1,98 +0,0 @@ -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Steak" [selected] - - option "Salmon" -- text: light -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_colorblind -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_dimmed -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml deleted file mode 100644 index c752158435..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/default.yml +++ /dev/null @@ -1,98 +0,0 @@ -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Steak" [selected] - - option "Salmon" -- text: light -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_colorblind -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_dimmed -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml deleted file mode 100644 index c752158435..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/default.yml +++ /dev/null @@ -1,98 +0,0 @@ -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Steak" [selected] - - option "Salmon" -- text: light -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_colorblind -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: light_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_dimmed -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml deleted file mode 100644 index c88ac2d3fc..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/default.yml +++ /dev/null @@ -1,98 +0,0 @@ -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox "Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference Dietary preference": - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? light -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? light_colorblind -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? light_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? dark -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? dark_dimmed -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? dark_high_contrast -- emphasis: - - paragraph: This select list controls which field is visible. -- text: Dietary preference -- combobox: - - option "Meatatarian" [selected] - - option "Vegetarian" -- separator -- emphasis: - - paragraph: This is the multi input. -- text: Dietary preference -- combobox: - - option "Steak" [selected] - - option "Salmon" -- text: What'll ya have? dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml deleted file mode 100644 index a391430faa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "Circled container icon" -- text: light -- img "Circled container icon" -- text: light_colorblind -- img "Circled container icon" -- text: light_high_contrast -- img "Circled container icon" -- text: dark -- img "Circled container icon" -- text: dark_dimmed -- img "Circled container icon" -- text: dark_high_contrast -- img "Circled container icon" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml deleted file mode 100644 index 25177743da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg2 -- text: Battlestar Galactica light -- radio: bsg2 -- text: Battlestar Galactica light_colorblind -- radio: bsg2 -- text: Battlestar Galactica light_high_contrast -- radio: bsg2 -- text: Battlestar Galactica dark -- radio: bsg2 -- text: Battlestar Galactica dark_dimmed -- radio: bsg2 -- text: Battlestar Galactica dark_high_contrast -- radio [checked]: bsg2 -- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml deleted file mode 100644 index 5b461d31aa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg -- text: Battlestar Galactica light -- radio: bsg -- text: Battlestar Galactica light_colorblind -- radio: bsg -- text: Battlestar Galactica light_high_contrast -- radio: bsg -- text: Battlestar Galactica dark -- radio: bsg -- text: Battlestar Galactica dark_dimmed -- radio: bsg -- text: Battlestar Galactica dark_high_contrast -- radio: bsg -- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml deleted file mode 100644 index a7a0f486f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica" [disabled]: bsg4 -- text: Battlestar Galactica light -- radio [disabled]: bsg4 -- text: Battlestar Galactica light_colorblind -- radio [disabled]: bsg4 -- text: Battlestar Galactica light_high_contrast -- radio [disabled]: bsg4 -- text: Battlestar Galactica dark -- radio [disabled]: bsg4 -- text: Battlestar Galactica dark_dimmed -- radio [disabled]: bsg4 -- text: Battlestar Galactica dark_high_contrast -- radio [disabled]: bsg4 -- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml deleted file mode 100644 index cb5ed7f5ca..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg2 -- text: Battlestar Galactica light -- radio: bsg2 -- text: Battlestar Galactica light_colorblind -- radio: bsg2 -- text: Battlestar Galactica light_high_contrast -- radio: bsg2 -- text: Battlestar Galactica dark -- radio: bsg2 -- text: Battlestar Galactica dark_dimmed -- radio: bsg2 -- text: Battlestar Galactica dark_high_contrast -- radio: bsg2 -- text: Battlestar Galactica dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml deleted file mode 100644 index 142e203a1b..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg1 -- text: Battlestar Galactica With a caption light -- radio: bsg1 -- text: Battlestar Galactica With a caption light_colorblind -- radio: bsg1 -- text: Battlestar Galactica With a caption light_high_contrast -- radio: bsg1 -- text: Battlestar Galactica With a caption dark -- radio: bsg1 -- text: Battlestar Galactica With a caption dark_dimmed -- radio: bsg1 -- text: Battlestar Galactica With a caption dark_high_contrast -- radio: bsg1 -- text: Battlestar Galactica With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml deleted file mode 100644 index f1897f3a8c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio "Bears Bears Bears Bears Bears Bears Bears": bears - - text: Bears - - radio "Beets Beets Beets Beets Beets Beets Beets": beets - - text: Beets - - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg - - text: Battlestar Galactica -- text: light -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: light_colorblind -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: light_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: dark -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: dark_dimmed -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: dark_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml deleted file mode 100644 index dc623c318d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio "Bears Bears Bears Bears Bears Bears Bears": bears - - text: Bears - - radio "Beets Beets Beets Beets Beets Beets Beets": beets - - text: Beets - - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg - - text: Battlestar Galactica -- text: Please select an option light -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option light_colorblind -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option light_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option dark -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option dark_dimmed -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option dark_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best?" - - radio: bears - - text: Bears - - radio: beets - - text: Beets - - radio: bsg - - text: Battlestar Galactica -- text: Please select an option dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml deleted file mode 100644 index 1a7e1e3f37..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio "Bears Bears Bears Bears Bears Bears Bears": bears1 - - text: Bears - - radio "Beets Beets Beets Beets Beets Beets Beets": beets1 - - text: Beets - - radio "Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica Battlestar Galactica": bsg1 - - text: Battlestar Galactica -- text: light -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: light_colorblind -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: light_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: dark -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: dark_dimmed -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: dark_high_contrast -- 'radiogroup "Question: what kind of bear is best?"': - - text: "Question: what kind of bear is best? With a caption" - - radio: bears1 - - text: Bears - - radio: beets1 - - text: Beets - - radio: bsg1 - - text: Battlestar Galactica -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml deleted file mode 100644 index 0c7e86e0c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml deleted file mode 100644 index 5efe220d48..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light_colorblind -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light_high_contrast -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_dimmed -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_high_contrast -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml deleted file mode 100644 index 5efe220d48..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light_colorblind -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: light_high_contrast -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_dimmed -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_high_contrast -- list "Billing duration": - - listitem: - - button "Monthly" - - listitem: - - button "Yearly -8%" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml deleted file mode 100644 index c6b3ce40d2..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/default.yml +++ /dev/null @@ -1,57 +0,0 @@ -- text: File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed light File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed light_colorblind File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed light_high_contrast File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed dark File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed dark_dimmed File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed dark_high_contrast File view -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: Change the way the file is viewed dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml deleted file mode 100644 index 14f451b4c9..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: light -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: light_colorblind -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: light_high_contrast -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: dark -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: dark_dimmed -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: dark_high_contrast -- list "File view": - - listitem: - - link "Preview" - - listitem: - - link "Raw" - - listitem: - - link "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml deleted file mode 100644 index f6ef925d8d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/default.yml +++ /dev/null @@ -1,57 +0,0 @@ -- text: File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_colorblind File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: light_high_contrast File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_dimmed File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_high_contrast File view Change the way the file is viewed -- list "File view": - - listitem: - - button "Preview" - - listitem: - - button "Raw" - - listitem: - - button "Blame" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml deleted file mode 100644 index 40e0613b08..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit" [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_colorblind Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_high_contrast Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_dimmed Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_high_contrast Favorite place to visit -- combobox [disabled]: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml deleted file mode 100644 index 7f741fc631..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml deleted file mode 100644 index 7f741fc631..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml deleted file mode 100644 index 7f741fc631..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml deleted file mode 100644 index 7f741fc631..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml deleted file mode 100644 index f1949f20de..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml deleted file mode 100644 index c0188f6227..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Favorite place to visit -- combobox "Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit Favorite place to visit": - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! light Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! light_colorblind Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! light_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! dark Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! dark_dimmed Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! dark_high_contrast Favorite place to visit -- combobox: - - option "Lopez Island" [selected] - - option "Shaw Island" - - option "Orcas Island" - - option "San Juan Island" -- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml deleted file mode 100644 index 956996e887..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Panel" -- text: light -- button "Panel" -- text: light_colorblind -- button "Panel" -- text: light_high_contrast -- button "Panel" -- text: dark -- button "Panel" -- text: dark_dimmed -- button "Panel" -- text: dark_high_contrast -- button "Panel" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml deleted file mode 100644 index 4b7bcfd7f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_colorblind -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_dimmed -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml deleted file mode 100644 index 956996e887..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Panel" -- text: light -- button "Panel" -- text: light_colorblind -- button "Panel" -- text: light_high_contrast -- button "Panel" -- text: dark -- button "Panel" -- text: dark_dimmed -- button "Panel" -- text: dark_high_contrast -- button "Panel" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml deleted file mode 100644 index 956996e887..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Panel" -- text: light -- button "Panel" -- text: light_colorblind -- button "Panel" -- text: light_high_contrast -- button "Panel" -- text: dark -- button "Panel" -- text: dark_dimmed -- button "Panel" -- text: dark_high_contrast -- button "Panel" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml deleted file mode 100644 index 956996e887..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Panel" -- text: light -- button "Panel" -- text: light_colorblind -- button "Panel" -- text: light_high_contrast -- button "Panel" -- text: dark -- button "Panel" -- text: dark_dimmed -- button "Panel" -- text: dark_high_contrast -- button "Panel" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml deleted file mode 100644 index 8c03c914cf..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Choose item" -- text: light -- button "Choose item" -- text: light_colorblind -- button "Choose item" -- text: light_high_contrast -- button "Choose item" -- text: dark -- button "Choose item" -- text: dark_dimmed -- button "Choose item" -- text: dark_high_contrast -- button "Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml deleted file mode 100644 index be8677c647..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "Panel" -- separator -- button "Submit" -- text: light -- button "Panel" -- separator -- button "Submit" -- text: light_colorblind -- button "Panel" -- separator -- button "Submit" -- text: light_high_contrast -- button "Panel" -- separator -- button "Submit" -- text: dark -- button "Panel" -- separator -- button "Submit" -- text: dark_dimmed -- button "Panel" -- separator -- button "Submit" -- text: dark_high_contrast -- button "Panel" -- separator -- button "Submit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml deleted file mode 100644 index 8c03c914cf..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Choose item" -- text: light -- button "Choose item" -- text: light_colorblind -- button "Choose item" -- text: light_high_contrast -- button "Choose item" -- text: dark -- button "Choose item" -- text: dark_dimmed -- button "Choose item" -- text: dark_high_contrast -- button "Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml deleted file mode 100644 index 0ec4209587..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Sci-fi equipment" -- text: light -- button "Sci-fi equipment" -- text: light_colorblind -- button "Sci-fi equipment" -- text: light_high_contrast -- button "Sci-fi equipment" -- text: dark -- button "Sci-fi equipment" -- text: dark_dimmed -- button "Sci-fi equipment" -- text: dark_high_contrast -- button "Sci-fi equipment" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml deleted file mode 100644 index 8c03c914cf..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Choose item" -- text: light -- button "Choose item" -- text: light_colorblind -- button "Choose item" -- text: light_high_contrast -- button "Choose item" -- text: dark -- button "Choose item" -- text: dark_dimmed -- button "Choose item" -- text: dark_high_contrast -- button "Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml deleted file mode 100644 index 9b97c09967..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: light -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: light_colorblind -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: light_high_contrast -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: dark -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: dark_dimmed -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: dark_high_contrast -- 'button "Item: Item 1"' -- separator -- button "Submit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml deleted file mode 100644 index 345055c18f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Choose users" -- text: light -- button "Choose users" -- text: light_colorblind -- button "Choose users" -- text: light_high_contrast -- button "Choose users" -- text: dark -- button "Choose users" -- text: dark_dimmed -- button "Choose users" -- text: dark_high_contrast -- button "Choose users" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml deleted file mode 100644 index 3652437e76..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Item: Choose item"' -- text: light -- 'button "Item: Choose item"' -- text: light_colorblind -- 'button "Item: Choose item"' -- text: light_high_contrast -- 'button "Item: Choose item"' -- text: dark -- 'button "Item: Choose item"' -- text: dark_dimmed -- 'button "Item: Choose item"' -- text: dark_high_contrast -- 'button "Item: Choose item"' -- text: dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml deleted file mode 100644 index c2ba7fb6bb..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Your item: Choose item"': "Item: Choose item" -- text: light -- 'button "Your item: Choose item"': "Item: Choose item" -- text: light_colorblind -- 'button "Your item: Choose item"': "Item: Choose item" -- text: light_high_contrast -- 'button "Your item: Choose item"': "Item: Choose item" -- text: dark -- 'button "Your item: Choose item"': "Item: Choose item" -- text: dark_dimmed -- 'button "Your item: Choose item"': "Item: Choose item" -- text: dark_high_contrast -- 'button "Your item: Choose item"': "Item: Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml deleted file mode 100644 index 4b7bcfd7f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_colorblind -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_dimmed -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml deleted file mode 100644 index 4b7bcfd7f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_colorblind -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_dimmed -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml deleted file mode 100644 index 4b7bcfd7f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_colorblind -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: light_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_dimmed -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_high_contrast -- 'button "Selected item: Choose item"': "Item: Choose item" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml deleted file mode 100644 index eef5138a7d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: light -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: light_colorblind -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: light_high_contrast -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: dark -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: dark_dimmed -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: dark_high_contrast -- navigation "Default": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml deleted file mode 100644 index 79a845d82d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/default.yml +++ /dev/null @@ -1,70 +0,0 @@ -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: light -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: light_colorblind -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: light_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: dark -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: dark_dimmed -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: dark_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Tab 1" - - listitem: - - link "Tab 2" - - listitem: - - link "Tab 3" - - button "Extra Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml deleted file mode 100644 index 2f9dd81d0f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: light -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: light_colorblind -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: light_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: dark -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: dark_dimmed -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: dark_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Stars 10" - - listitem: - - link "Sponsors 14" - - listitem: - - link "Bookmarks 7" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml deleted file mode 100644 index 6cad418811..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_colorblind -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_high_contrast -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_dimmed -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_high_contrast -- tablist "label": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml deleted file mode 100644 index 6b4c77d8e6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: light Tell me about yourself -- textbox -- text: light_colorblind Tell me about yourself -- textbox -- text: light_high_contrast Tell me about yourself -- textbox -- text: dark Tell me about yourself -- textbox -- text: dark_dimmed Tell me about yourself -- textbox -- text: dark_high_contrast Tell me about yourself -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml deleted file mode 100644 index 26bbd07cc7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" [disabled] -- text: light Tell me about yourself -- textbox [disabled] -- text: light_colorblind Tell me about yourself -- textbox [disabled] -- text: light_high_contrast Tell me about yourself -- textbox [disabled] -- text: dark Tell me about yourself -- textbox [disabled] -- text: dark_dimmed Tell me about yourself -- textbox [disabled] -- text: dark_high_contrast Tell me about yourself -- textbox [disabled] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml deleted file mode 100644 index 6b4c77d8e6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: light Tell me about yourself -- textbox -- text: light_colorblind Tell me about yourself -- textbox -- text: light_high_contrast Tell me about yourself -- textbox -- text: dark Tell me about yourself -- textbox -- text: dark_dimmed Tell me about yourself -- textbox -- text: dark_high_contrast Tell me about yourself -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml deleted file mode 100644 index 6b4c77d8e6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: light Tell me about yourself -- textbox -- text: light_colorblind Tell me about yourself -- textbox -- text: light_high_contrast Tell me about yourself -- textbox -- text: dark Tell me about yourself -- textbox -- text: dark_dimmed Tell me about yourself -- textbox -- text: dark_high_contrast Tell me about yourself -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml deleted file mode 100644 index 6b4c77d8e6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: light Tell me about yourself -- textbox -- text: light_colorblind Tell me about yourself -- textbox -- text: light_high_contrast Tell me about yourself -- textbox -- text: dark Tell me about yourself -- textbox -- text: dark_dimmed Tell me about yourself -- textbox -- text: dark_high_contrast Tell me about yourself -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml deleted file mode 100644 index 6b4c77d8e6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: light Tell me about yourself -- textbox -- text: light_colorblind Tell me about yourself -- textbox -- text: light_high_contrast Tell me about yourself -- textbox -- text: dark Tell me about yourself -- textbox -- text: dark_dimmed Tell me about yourself -- textbox -- text: dark_high_contrast Tell me about yourself -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml deleted file mode 100644 index f7b38ac078..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: With a caption light Tell me about yourself -- textbox -- text: With a caption light_colorblind Tell me about yourself -- textbox -- text: With a caption light_high_contrast Tell me about yourself -- textbox -- text: With a caption dark Tell me about yourself -- textbox -- text: With a caption dark_dimmed Tell me about yourself -- textbox -- text: With a caption dark_high_contrast Tell me about yourself -- textbox -- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml deleted file mode 100644 index 973750e3c3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Tell me about yourself -- textbox "Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself Tell me about yourself" -- text: An error occurred! light Tell me about yourself -- textbox -- text: An error occurred! light_colorblind Tell me about yourself -- textbox -- text: An error occurred! light_high_contrast Tell me about yourself -- textbox -- text: An error occurred! dark Tell me about yourself -- textbox -- text: An error occurred! dark_dimmed Tell me about yourself -- textbox -- text: An error occurred! dark_high_contrast Tell me about yourself -- textbox -- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml deleted file mode 100644 index 6bfd940742..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" [disabled] -- text: light My text field -- textbox [disabled] -- text: light_colorblind My text field -- textbox [disabled] -- text: light_high_contrast My text field -- textbox [disabled] -- text: dark My text field -- textbox [disabled] -- text: dark_dimmed My text field -- textbox [disabled] -- text: dark_high_contrast My text field -- textbox [disabled] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml deleted file mode 100644 index 712f09df60..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "Filter" -- text: What is your current status? -- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value -- text: light -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: light_colorblind -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: light_high_contrast -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_dimmed -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_high_contrast -- button "Filter" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml deleted file mode 100644 index 64ee2ae349..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "Emoji" -- text: What is your current status? -- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value -- text: light -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: light_colorblind -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: light_high_contrast -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_dimmed -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_high_contrast -- button "Emoji" -- text: What is your current status? -- textbox "What's happening?": Some value -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml deleted file mode 100644 index 415467130f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/default.yml +++ /dev/null @@ -1,22 +0,0 @@ -- text: What is your current status? -- textbox "What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status? What is your current status?": Some value -- button "Emoji" -- text: light What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: light_colorblind What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: light_high_contrast What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: dark What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: dark_dimmed What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: dark_high_contrast What is your current status? -- textbox "What's happening?": Some value -- button "Emoji" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml deleted file mode 100644 index 40c9ef1ed5..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/default.yml +++ /dev/null @@ -1,22 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- button "Clear" -- text: light My text field -- textbox -- button "Clear" -- text: light_colorblind My text field -- textbox -- button "Clear" -- text: light_high_contrast My text field -- textbox -- button "Clear" -- text: dark My text field -- textbox -- button "Clear" -- text: dark_dimmed My text field -- textbox -- button "Clear" -- text: dark_high_contrast My text field -- textbox -- button "Clear" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml deleted file mode 100644 index e09e1a338d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: With a caption light My text field -- textbox -- text: With a caption light_colorblind My text field -- textbox -- text: With a caption light_high_contrast My text field -- textbox -- text: With a caption dark My text field -- textbox -- text: With a caption dark_dimmed My text field -- textbox -- text: With a caption dark_high_contrast My text field -- textbox -- text: With a caption dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml deleted file mode 100644 index 066e20e8ce..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox "with a placeholder" -- text: light_colorblind My text field -- textbox "with a placeholder" -- text: light_high_contrast My text field -- textbox "with a placeholder" -- text: dark My text field -- textbox "with a placeholder" -- text: dark_dimmed My text field -- textbox "with a placeholder" -- text: dark_high_contrast My text field -- textbox "with a placeholder" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml deleted file mode 100644 index 2941b72415..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: 5 light My text field -- textbox -- text: 5 light_colorblind My text field -- textbox -- text: 5 light_high_contrast My text field -- textbox -- text: 5 dark My text field -- textbox -- text: 5 dark_dimmed My text field -- textbox -- text: 5 dark_high_contrast My text field -- textbox -- text: 5 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml deleted file mode 100644 index 9871f0e831..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: light My text field -- textbox -- text: light_colorblind My text field -- textbox -- text: light_high_contrast My text field -- textbox -- text: dark My text field -- textbox -- text: dark_dimmed My text field -- textbox -- text: dark_high_contrast My text field -- textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml deleted file mode 100644 index 40c212c00a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: Hello light My text field -- textbox -- text: Hello light_colorblind My text field -- textbox -- text: Hello light_high_contrast My text field -- textbox -- text: Hello dark My text field -- textbox -- text: Hello dark_dimmed My text field -- textbox -- text: Hello dark_high_contrast My text field -- textbox -- text: Hello dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml deleted file mode 100644 index 01a82cb17a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: Long trailing text light My text field -- textbox -- text: Long trailing text light_colorblind My text field -- textbox -- text: Long trailing text light_high_contrast My text field -- textbox -- text: Long trailing text dark My text field -- textbox -- text: Long trailing text dark_dimmed My text field -- textbox -- text: Long trailing text dark_high_contrast My text field -- textbox -- text: Long trailing text dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml deleted file mode 100644 index 1260f76ac8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: minute light My text field -- textbox -- text: minute light_colorblind My text field -- textbox -- text: minute light_high_contrast My text field -- textbox -- text: minute dark My text field -- textbox -- text: minute dark_dimmed My text field -- textbox -- text: minute dark_high_contrast My text field -- textbox -- text: minute dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml deleted file mode 100644 index 141bef8a83..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: My text field -- textbox "My text field My text field My text field My text field My text field My text field My text field" -- text: An error occurred! light My text field -- textbox -- text: An error occurred! light_colorblind My text field -- textbox -- text: An error occurred! light_high_contrast My text field -- textbox -- text: An error occurred! dark My text field -- textbox -- text: An error occurred! dark_dimmed My text field -- textbox -- text: An error occurred! dark_high_contrast My text field -- textbox -- text: An error occurred! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml deleted file mode 100644 index 33c220f00d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button [pressed] -- text: light -- button [pressed] -- text: light_colorblind -- button [pressed] -- text: light_high_contrast -- button [pressed] -- text: dark -- button [pressed] -- text: dark_dimmed -- button [pressed] -- text: dark_high_contrast -- button [pressed] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml deleted file mode 100644 index 5533c7eb1a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button [disabled] [pressed] -- text: light -- button [disabled] [pressed] -- text: light_colorblind -- button [disabled] [pressed] -- text: light_high_contrast -- button [disabled] [pressed] -- text: dark -- button [disabled] [pressed] -- text: dark_dimmed -- button [disabled] [pressed] -- text: dark_high_contrast -- button [disabled] [pressed] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml deleted file mode 100644 index 77732b6812..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button -- text: light -- button -- text: light_colorblind -- button -- text: light_high_contrast -- button -- text: dark -- button -- text: dark_dimmed -- button -- text: dark_high_contrast -- button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml deleted file mode 100644 index dc55248c6d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button [disabled] -- text: light -- button [disabled] -- text: light_colorblind -- button [disabled] -- text: light_high_contrast -- button [disabled] -- text: dark -- button [disabled] -- text: dark_dimmed -- button [disabled] -- text: dark_high_contrast -- button [disabled] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml deleted file mode 100644 index 77732b6812..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button -- text: light -- button -- text: light_colorblind -- button -- text: light_high_contrast -- button -- text: dark -- button -- text: dark_dimmed -- button -- text: dark_high_contrast -- button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml deleted file mode 100644 index 77732b6812..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button -- text: light -- button -- text: light_colorblind -- button -- text: light_high_contrast -- button -- text: dark -- button -- text: dark_dimmed -- button -- text: dark_high_contrast -- button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml deleted file mode 100644 index 77732b6812..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button -- text: light -- button -- text: light_colorblind -- button -- text: light_high_contrast -- button -- text: dark -- button -- text: dark_dimmed -- button -- text: dark_high_contrast -- button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml deleted file mode 100644 index d3e3b4fe0e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip east" -- text: light -- button "Tooltip east" -- text: light_colorblind -- button "Tooltip east" -- text: light_high_contrast -- button "Tooltip east" -- text: dark -- button "Tooltip east" -- text: dark_dimmed -- button "Tooltip east" -- text: dark_high_contrast -- button "Tooltip east" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml deleted file mode 100644 index 8181ec4952..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip north" -- text: light -- button "Tooltip north" -- text: light_colorblind -- button "Tooltip north" -- text: light_high_contrast -- button "Tooltip north" -- text: dark -- button "Tooltip north" -- text: dark_dimmed -- button "Tooltip north" -- text: dark_high_contrast -- button "Tooltip north" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml deleted file mode 100644 index 68395e4b35..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip northeast" -- text: light -- button "Tooltip northeast" -- text: light_colorblind -- button "Tooltip northeast" -- text: light_high_contrast -- button "Tooltip northeast" -- text: dark -- button "Tooltip northeast" -- text: dark_dimmed -- button "Tooltip northeast" -- text: dark_high_contrast -- button "Tooltip northeast" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml deleted file mode 100644 index 96d61093bb..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip northwest" -- text: light -- button "Tooltip northwest" -- text: light_colorblind -- button "Tooltip northwest" -- text: light_high_contrast -- button "Tooltip northwest" -- text: dark -- button "Tooltip northwest" -- text: dark_dimmed -- button "Tooltip northwest" -- text: dark_high_contrast -- button "Tooltip northwest" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml deleted file mode 100644 index 84095b5af2..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip south" -- text: light -- button "Tooltip south" -- text: light_colorblind -- button "Tooltip south" -- text: light_high_contrast -- button "Tooltip south" -- text: dark -- button "Tooltip south" -- text: dark_dimmed -- button "Tooltip south" -- text: dark_high_contrast -- button "Tooltip south" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml deleted file mode 100644 index 20ee807a83..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip southeast" -- text: light -- button "Tooltip southeast" -- text: light_colorblind -- button "Tooltip southeast" -- text: light_high_contrast -- button "Tooltip southeast" -- text: dark -- button "Tooltip southeast" -- text: dark_dimmed -- button "Tooltip southeast" -- text: dark_high_contrast -- button "Tooltip southeast" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml deleted file mode 100644 index f046d1c8b2..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip southwest" -- text: light -- button "Tooltip southwest" -- text: light_colorblind -- button "Tooltip southwest" -- text: light_high_contrast -- button "Tooltip southwest" -- text: dark -- button "Tooltip southwest" -- text: dark_dimmed -- button "Tooltip southwest" -- text: dark_high_contrast -- button "Tooltip southwest" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml deleted file mode 100644 index 91d35afd11..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Tooltip west" -- text: light -- button "Tooltip west" -- text: light_colorblind -- button "Tooltip west" -- text: light_high_contrast -- button "Tooltip west" -- text: dark -- button "Tooltip west" -- text: dark_dimmed -- button "Tooltip west" -- text: dark_high_contrast -- button "Tooltip west" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml deleted file mode 100644 index 707d773c1c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/default.yml +++ /dev/null @@ -1,70 +0,0 @@ -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: light -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: light_colorblind -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: light_high_contrast -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: dark -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: dark_dimmed -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: dark_high_contrast -- navigation "Default with nav element": - - list: - - listitem: - - link "Item 1" - - listitem: - - link "Item 2" - - listitem: - - link "Item 3" - - button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml deleted file mode 100644 index 1dbca13efa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: light -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: light_colorblind -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: light_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: dark -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: dark_dimmed -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: dark_high_contrast -- navigation "With icons and counters": - - list: - - listitem: - - link "Item 1 5" - - listitem: - - link "Item 2 10" - - listitem: - - link "Item 3 15" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml deleted file mode 100644 index 9a52e5fe16..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_colorblind -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_high_contrast -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_dimmed -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_high_contrast -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml deleted file mode 100644 index e43b9d88f6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_colorblind Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: light_high_contrast Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_dimmed Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_high_contrast Actions Content -- tablist "Test navigation": - - tab "Tab 1" [selected] - - tab "Tab 2" - - tab "Tab 3" -- tabpanel "Tab 1": Panel 1 -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml deleted file mode 100644 index d805eead46..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: light -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: light_colorblind -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: light_high_contrast -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: dark -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: dark_dimmed -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: dark_high_contrast -- tablist "Test navigation": - - tab "Tab 1 5" [selected] - - tab "Tab 2 10" - - tab "Tab 3 15" -- tabpanel "Tab 1 5": Panel 1 -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml deleted file mode 100644 index d83a06a95a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/default.yml +++ /dev/null @@ -1,22 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- button "Clear" -- text: light Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: dark Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- button "Clear" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml deleted file mode 100644 index 856c0432b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Select a fruit -- combobox "Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit Select a fruit" -- text: light Select a fruit -- combobox "Placeholder text" -- text: light_colorblind Select a fruit -- combobox "Placeholder text" -- text: light_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark Select a fruit -- combobox "Placeholder text" -- text: dark_dimmed Select a fruit -- combobox "Placeholder text" -- text: dark_high_contrast Select a fruit -- combobox "Placeholder text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml deleted file mode 100644 index bc012dbd7a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- img "@kittenuser" -- img "@kittenuser" -- text: light -- img "@kittenuser" -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml deleted file mode 100644 index bc012dbd7a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- img "@kittenuser" -- img "@kittenuser" -- text: light -- img "@kittenuser" -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml deleted file mode 100644 index 4c44b201a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "@kittenuser" -- text: light -- img "@kittenuser" -- text: light_colorblind -- img "@kittenuser" -- text: light_high_contrast -- img "@kittenuser" -- text: dark -- img "@kittenuser" -- text: dark_dimmed -- img "@kittenuser" -- text: dark_high_contrast -- img "@kittenuser" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml deleted file mode 100644 index 5d5eda6f15..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- heading "Title" [level=2] -- paragraph: Description -- text: light -- heading "Title" [level=2] -- paragraph: Description -- text: light_colorblind -- heading "Title" [level=2] -- paragraph: Description -- text: light_high_contrast -- heading "Title" [level=2] -- paragraph: Description -- text: dark -- heading "Title" [level=2] -- paragraph: Description -- text: dark_dimmed -- heading "Title" [level=2] -- paragraph: Description -- text: dark_high_contrast -- heading "Title" [level=2] -- paragraph: Description -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml deleted file mode 100644 index e17feea472..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: light -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: light_colorblind -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: light_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: dark -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: dark_dimmed -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: dark_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- paragraph: Millions of teams trust GitHub to keep their work safe -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml deleted file mode 100644 index 0e02ee705e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/default.yml +++ /dev/null @@ -1,35 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml deleted file mode 100644 index aa44a31444..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/default.yml +++ /dev/null @@ -1,22 +0,0 @@ -- 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. -- text: light 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. -- text: light_colorblind 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. -- text: light_high_contrast 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. -- text: dark 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. -- text: dark_dimmed 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. -- text: dark_high_contrast 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. -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml deleted file mode 100644 index 5d5eda6f15..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- heading "Title" [level=2] -- paragraph: Description -- text: light -- heading "Title" [level=2] -- paragraph: Description -- text: light_colorblind -- heading "Title" [level=2] -- paragraph: Description -- text: light_high_contrast -- heading "Title" [level=2] -- paragraph: Description -- text: dark -- heading "Title" [level=2] -- paragraph: Description -- text: dark_dimmed -- heading "Title" [level=2] -- paragraph: Description -- text: dark_high_contrast -- heading "Title" [level=2] -- paragraph: Description -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml deleted file mode 100644 index 78845c91f5..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light_colorblind -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_dimmed -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml deleted file mode 100644 index 78845c91f5..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light_colorblind -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: light_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_dimmed -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- link "Fix issue" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml deleted file mode 100644 index dcbf6d2003..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: light -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: light_colorblind -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: light_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: dark -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: dark_dimmed -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: dark_high_contrast -- heading "It looks like we have discovered a vulnerability" [level=2] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml deleted file mode 100644 index f1a769bf16..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: light -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: light_colorblind -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: light_high_contrast -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: dark -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: dark_dimmed -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: dark_high_contrast -- img "Security - secure vault" -- heading "Millions of teams trust GitHub to keep their work safe" [level=2] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml deleted file mode 100644 index 76e25b4a07..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/default.yml +++ /dev/null @@ -1,36 +0,0 @@ -- text: Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_colorblind Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_dimmed Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml deleted file mode 100644 index 76e25b4a07..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/default.yml +++ /dev/null @@ -1,36 +0,0 @@ -- text: Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_colorblind Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_dimmed Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml deleted file mode 100644 index 76e25b4a07..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/default.yml +++ /dev/null @@ -1,36 +0,0 @@ -- text: Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_colorblind Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer light_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_dimmed Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_high_contrast Header Body -- list "Header": - - listitem: Row one - - listitem: Row two - - listitem: Row three -- text: Footer dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml deleted file mode 100644 index 5aef312e39..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: light -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: light_colorblind -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: light_high_contrast -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: dark -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: dark_dimmed -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: dark_high_contrast -- list: - - listitem: Default - - listitem: Neutral - - listitem: Info - - listitem: Warning -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml deleted file mode 100644 index 2de4c4f1af..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/default.yml +++ /dev/null @@ -1,49 +0,0 @@ -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: light -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: light_colorblind -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: light_high_contrast -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: dark -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: dark_dimmed -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: dark_high_contrast -- navigation "Breadcrumb": - - list: - - listitem: - - link "Breadcrumb Item 1" - - listitem: - - link "Breadcrumb Item 2" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml deleted file mode 100644 index 0d6f4fd14d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml deleted file mode 100644 index 0d6f4fd14d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml deleted file mode 100644 index 41a8474c75..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/default.yml +++ /dev/null @@ -1,35 +0,0 @@ -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: light -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: light_colorblind -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: light_high_contrast -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: dark -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: dark_dimmed -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: dark_high_contrast -- button "Button" -- button "Button" -- button "Button" -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml deleted file mode 100644 index cd3f0cb5ab..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/default.yml +++ /dev/null @@ -1,56 +0,0 @@ -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: light -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: light_colorblind -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: light_high_contrast -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: dark -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: dark_dimmed -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: dark_high_contrast -- button "Button" -- button "Button" -- button "Button" -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button ( )": Button () -- button "Button with tooltip" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml deleted file mode 100644 index 97dc1fa158..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "This button has a long label and will wrap" -- text: light -- button "This button has a long label and will wrap" -- text: light_colorblind -- button "This button has a long label and will wrap" -- text: light_high_contrast -- button "This button has a long label and will wrap" -- text: dark -- button "This button has a long label and will wrap" -- text: dark_dimmed -- button "This button has a long label and will wrap" -- text: dark_high_contrast -- button "This button has a long label and will wrap" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml deleted file mode 100644 index aa7f06bd69..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Search" -- text: light -- button "Search" -- text: light_colorblind -- button "Search" -- text: light_high_contrast -- button "Search" -- text: dark -- button "Search" -- text: dark_dimmed -- button "Search" -- text: dark_high_contrast -- button "Search" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml deleted file mode 100644 index 02942088a8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "Button": - - img - - text: Button -- text: light -- button "Button": - - img - - text: Button -- text: light_colorblind -- button "Button": - - img - - text: Button -- text: light_high_contrast -- button "Button": - - img - - text: Button -- text: dark -- button "Button": - - img - - text: Button -- text: dark_dimmed -- button "Button": - - img - - text: Button -- text: dark_high_contrast -- button "Button": - - img - - text: Button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml deleted file mode 100644 index d731f422aa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "Button" -- text: light -- link "Button" -- text: light_colorblind -- link "Button" -- text: light_high_contrast -- link "Button" -- text: dark -- link "Button" -- text: dark_dimmed -- link "Button" -- text: dark_high_contrast -- link "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml deleted file mode 100644 index 816fff3fd7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "This is a button styled to look like a link that wraps like a link" -- text: light -- button "This is a button styled to look like a link that wraps like a link" -- text: light_colorblind -- button "This is a button styled to look like a link that wraps like a link" -- text: light_high_contrast -- button "This is a button styled to look like a link that wraps like a link" -- text: dark -- button "This is a button styled to look like a link that wraps like a link" -- text: dark_dimmed -- button "This is a button styled to look like a link that wraps like a link" -- text: dark_high_contrast -- button "This is a button styled to look like a link that wraps like a link" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml deleted file mode 100644 index 680d31b056..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "i" -- text: light -- button "i" -- text: light_colorblind -- button "i" -- text: light_high_contrast -- button "i" -- text: dark -- button "i" -- text: dark_dimmed -- button "i" -- text: dark_high_contrast -- button "i" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml deleted file mode 100644 index a0d905cc81..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- group: Button -- text: light -- group: Button -- text: light_colorblind -- group: Button -- text: light_high_contrast -- group: Button -- text: dark -- group: Button -- text: dark_dimmed -- group: Button -- text: dark_high_contrast -- group: Button -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml deleted file mode 100644 index 85f83849fe..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Star ( )": Star () -- text: light -- button "Star ( )": Star () -- text: light_colorblind -- button "Star ( )": Star () -- text: light_high_contrast -- button "Star ( )": Star () -- text: dark -- button "Star ( )": Star () -- text: dark_dimmed -- button "Star ( )": Star () -- text: dark_high_contrast -- button "Star ( )": Star () -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml deleted file mode 100644 index 681bfbf12a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Comment ( )": Comment () -- text: light -- button "Comment ( )": Comment () -- text: light_colorblind -- button "Comment ( )": Comment () -- text: light_high_contrast -- button "Comment ( )": Comment () -- text: dark -- button "Comment ( )": Comment () -- text: dark_dimmed -- button "Comment ( )": Comment () -- text: dark_high_contrast -- button "Comment ( )": Comment () -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml deleted file mode 100644 index a5589afca8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: light -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: light_colorblind -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: light_high_contrast -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: dark -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: dark_dimmed -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: dark_high_contrast -- button "Button 1" -- button "Button 2" -- button "Button 3" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml deleted file mode 100644 index ea3d20e664..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- button "button 1" -- button "button 2" -- button "button 3" -- text: light -- button "button 1" -- button "button 2" -- button "button 3" -- text: light_colorblind -- button "button 1" -- button "button 2" -- button "button 3" -- text: light_high_contrast -- button "button 1" -- button "button 2" -- button "button 3" -- text: dark -- button "button 1" -- button "button 2" -- button "button 3" -- text: dark_dimmed -- button "button 1" -- button "button 2" -- button "button 3" -- text: dark_high_contrast -- button "button 1" -- button "button 2" -- button "button 3" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml deleted file mode 100644 index 326ea33b39..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- button "Button 1" -- link "Button 2" -- text: light -- button "Button 1" -- link "Button 2" -- text: light_colorblind -- button "Button 1" -- link "Button 2" -- text: light_high_contrast -- button "Button 1" -- link "Button 2" -- text: dark -- button "Button 1" -- link "Button 2" -- text: dark_dimmed -- button "Button 1" -- link "Button 2" -- text: dark_high_contrast -- button "Button 1" -- link "Button 2" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml deleted file mode 100644 index b667a9b00f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- button "Button 1" -- button "menu" -- text: light -- button "Button 1" -- button "menu" -- text: light_colorblind -- button "Button 1" -- button "menu" -- text: light_high_contrast -- button "Button 1" -- button "menu" -- text: dark -- button "Button 1" -- button "menu" -- text: dark_dimmed -- button "Button 1" -- button "menu" -- text: dark_high_contrast -- button "Button 1" -- button "menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml deleted file mode 100644 index f651fd8504..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- button "Button 1" -- button "Copy some text" -- text: light -- button "Button 1" -- button "Copy some text" -- text: light_colorblind -- button "Button 1" -- button "Copy some text" -- text: light_high_contrast -- button "Button 1" -- button "Copy some text" -- text: dark -- button "Button 1" -- button "Copy some text" -- text: dark_dimmed -- button "Button 1" -- button "Copy some text" -- text: dark_high_contrast -- button "Button 1" -- button "Copy some text" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml deleted file mode 100644 index 16d84019ce..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/default.yml +++ /dev/null @@ -1,21 +0,0 @@ -- button "Main menu" -- button "secondary menu" -- text: light -- button "Main menu" -- button "secondary menu" -- text: light_colorblind -- button "Main menu" -- button "secondary menu" -- text: light_high_contrast -- button "Main menu" -- button "secondary menu" -- text: dark -- button "Main menu" -- button "secondary menu" -- text: dark_dimmed -- button "Main menu" -- button "secondary menu" -- text: dark_high_contrast -- button "Main menu" -- button "secondary menu" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml deleted file mode 100644 index 483d5f96c4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Copy text to the system clipboard" -- text: light -- button "Copy text to the system clipboard" -- text: light_colorblind -- button "Copy text to the system clipboard" -- text: light_high_contrast -- button "Copy text to the system clipboard" -- text: dark -- button "Copy text to the system clipboard" -- text: dark_dimmed -- button "Copy text to the system clipboard" -- text: dark_high_contrast -- button "Copy text to the system clipboard" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml deleted file mode 100644 index 7c272cb015..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Click to copy!" -- text: light -- button "Click to copy!" -- text: light_colorblind -- button "Click to copy!" -- text: light_high_contrast -- button "Click to copy!" -- text: dark -- button "Click to copy!" -- text: dark_dimmed -- button "Click to copy!" -- text: dark_high_contrast -- button "Click to copy!" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml deleted file mode 100644 index 04b7943cb4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Copy" -- text: light -- button "Copy" -- text: light_colorblind -- button "Copy" -- text: light_high_contrast -- button "Copy" -- text: dark -- button "Copy" -- text: dark_dimmed -- button "Copy" -- text: dark_high_contrast -- button "Copy" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml deleted file mode 100644 index 04b7943cb4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Copy" -- text: light -- button "Copy" -- text: light_colorblind -- button "Copy" -- text: light_high_contrast -- button "Copy" -- text: dark -- button "Copy" -- text: dark_dimmed -- button "Copy" -- text: dark_high_contrast -- button "Copy" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml deleted file mode 100644 index a2db44daaf..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Close" -- text: light -- button "Close" -- text: light_colorblind -- button "Close" -- text: light_high_contrast -- button "Close" -- text: dark -- button "Close" -- text: dark_dimmed -- button "Close" -- text: dark_high_contrast -- button "Close" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml deleted file mode 100644 index d16f7c8a34..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml deleted file mode 100644 index d16f7c8a34..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml deleted file mode 100644 index d16f7c8a34..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml deleted file mode 100644 index d16f7c8a34..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1,000 light 1,000 light_colorblind 1,000 light_high_contrast 1,000 dark 1,000 dark_dimmed 1,000 dark_high_contrast 1,000 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml deleted file mode 100644 index ff93c28988..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1.2k light 1.2k light_colorblind 1.2k light_high_contrast 1.2k dark 1.2k dark_dimmed 1.2k dark_high_contrast 1.2k dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml deleted file mode 100644 index 41c489ba81..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 999 light 999 light_colorblind 999 light_high_contrast 999 dark 999 dark_dimmed 999 dark_high_contrast 999 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml deleted file mode 100644 index d4b7634b42..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1,234 light 1,234 light_colorblind 1,234 light_high_contrast 1,234 dark 1,234 dark_dimmed 1,234 dark_high_contrast 1,234 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml deleted file mode 100644 index 88944bb980..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 5k+ light 5k+ light_colorblind 5k+ light_high_contrast 5k+ dark 5k+ dark_dimmed 5k+ dark_high_contrast 5k+ dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml deleted file mode 100644 index 45364ee21a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 1m+ light 1m+ light_colorblind 1m+ light_high_contrast 1m+ dark 1m+ dark_dimmed 1m+ dark_high_contrast 1m+ dark_colorblind \ 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/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml deleted file mode 100644 index 7bd785a9c8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: 4.6m light 4.6m light_colorblind 4.6m light_high_contrast 4.6m dark 4.6m dark_dimmed 4.6m dark_high_contrast 4.6m dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml deleted file mode 100644 index 60eaebc3bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: ∞ light ∞ light_colorblind ∞ light_high_contrast ∞ dark ∞ dark_dimmed ∞ dark_high_contrast ∞ dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml deleted file mode 100644 index 65ef4d0fd4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a danger flash message! light This is a danger flash message! light_colorblind This is a danger flash message! light_high_contrast This is a danger flash message! dark This is a danger flash message! dark_dimmed This is a danger flash message! dark_high_contrast This is a danger flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml deleted file mode 100644 index d5beda648d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a flash message! light This is a flash message! light_colorblind This is a flash message! light_high_contrast This is a flash message! dark This is a flash message! dark_dimmed This is a flash message! dark_high_contrast This is a flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml deleted file mode 100644 index 317cf514a4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a success flash message! light This is a success flash message! light_colorblind This is a success flash message! light_high_contrast This is a success flash message! dark This is a success flash message! dark_dimmed This is a success flash message! dark_high_contrast This is a success flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml deleted file mode 100644 index da87327796..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a warning flash message! light This is a warning flash message! light_colorblind This is a warning flash message! light_high_contrast This is a warning flash message! dark This is a warning flash message! dark_dimmed This is a warning flash message! dark_high_contrast This is a warning flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml deleted file mode 100644 index d5beda648d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a flash message! light This is a flash message! light_colorblind This is a flash message! light_high_contrast This is a flash message! dark This is a flash message! dark_dimmed This is a flash message! dark_high_contrast This is a flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml deleted file mode 100644 index 7c59c6556a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: This is a dismissible flash message! -- button "Dismiss alert" -- text: light This is a dismissible flash message! -- button "Dismiss alert" -- text: light_colorblind This is a dismissible flash message! -- button "Dismiss alert" -- text: light_high_contrast This is a dismissible flash message! -- button "Dismiss alert" -- text: dark This is a dismissible flash message! -- button "Dismiss alert" -- text: dark_dimmed This is a dismissible flash message! -- button "Dismiss alert" -- text: dark_high_contrast This is a dismissible flash message! -- button "Dismiss alert" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml deleted file mode 100644 index fb87ff1d8e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a full width flash message! light This is a full width flash message! light_colorblind This is a full width flash message! light_high_contrast This is a full width flash message! dark This is a full width flash message! dark_dimmed This is a full width flash message! dark_high_contrast This is a full width flash message! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml deleted file mode 100644 index 30e9307bb9..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a flash message with an icon! light This is a flash message with an icon! light_colorblind This is a flash message with an icon! light_high_contrast This is a flash message with an icon! dark This is a flash message with an icon! dark_dimmed This is a flash message with an icon! dark_high_contrast This is a flash message with an icon! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml deleted file mode 100644 index 2ce87a2228..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- heading "Heading" [level=2] -- text: light -- heading "Heading" [level=2] -- text: light_colorblind -- heading "Heading" [level=2] -- text: light_high_contrast -- heading "Heading" [level=2] -- text: dark -- heading "Heading" [level=2] -- text: dark_dimmed -- heading "Heading" [level=2] -- text: dark_high_contrast -- heading "Heading" [level=2] -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml deleted file mode 100644 index 8d5270456c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "Link" -- text: light -- link "Link" -- text: light_colorblind -- link "Link" -- text: light_high_contrast -- link "Link" -- text: dark -- link "Link" -- text: dark_dimmed -- link "Link" -- text: dark_high_contrast -- link "Link" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml deleted file mode 100644 index fca40d82bd..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- button "Button" -- text: light -- button "Button" -- text: light_colorblind -- button "Button" -- text: light_high_contrast -- button "Button" -- text: dark -- button "Button" -- text: dark_dimmed -- button "Button" -- text: dark_high_contrast -- button "Button" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml deleted file mode 100644 index 181ddc12c2..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- group -- text: light -- group -- text: light_colorblind -- group -- text: light_high_contrast -- group -- text: dark -- group -- text: dark_dimmed -- group -- text: dark_high_contrast -- group -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml deleted file mode 100644 index 2eeadbf7db..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Accent light Accent light_colorblind Accent light_high_contrast Accent dark Accent dark_dimmed Accent dark_high_contrast Accent dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml deleted file mode 100644 index 78a1c9a4d7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Attention light Attention light_colorblind Attention light_high_contrast Attention dark Attention dark_dimmed Attention dark_high_contrast Attention dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml deleted file mode 100644 index 554752adb3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Danger light Danger light_colorblind Danger light_high_contrast Danger dark Danger dark_dimmed Danger dark_high_contrast Danger dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml deleted file mode 100644 index cc4394097d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Done light Done light_colorblind Done light_high_contrast Done dark Done dark_dimmed Done dark_high_contrast Done dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml deleted file mode 100644 index 59d2376a54..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Primary light Primary light_colorblind Primary light_high_contrast Primary dark Primary dark_dimmed Primary dark_high_contrast Primary dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml deleted file mode 100644 index 2ee885212e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Secondary light Secondary light_colorblind Secondary light_high_contrast Secondary dark Secondary dark_dimmed Secondary dark_high_contrast Secondary dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml deleted file mode 100644 index 147475eb73..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Severe light Severe light_colorblind Severe light_high_contrast Severe dark Severe dark_dimmed Severe dark_high_contrast Severe dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml deleted file mode 100644 index e7b5f5932a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Sponsors light Sponsors light_colorblind Sponsors light_high_contrast Sponsors dark Sponsors dark_dimmed Sponsors dark_high_contrast Sponsors dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml deleted file mode 100644 index c7e0c53c2e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Success light Success light_colorblind Success light_high_contrast Success dark Success dark_dimmed Success dark_high_contrast Success dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml deleted file mode 100644 index a657e4ab86..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Label light Label light_colorblind Label light_high_contrast Label dark Label dark_dimmed Label dark_high_contrast Label dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml deleted file mode 100644 index 95e05a9f93..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Inline light Inline light_colorblind Inline light_high_contrast Inline dark Inline dark_dimmed Inline dark_high_contrast Inline dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml deleted file mode 100644 index 98552c1701..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Default light Default light_colorblind Default light_high_contrast Default dark Default dark_dimmed Default dark_high_contrast Default dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml deleted file mode 100644 index 21bbca0958..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Large light Large light_colorblind Large light_high_contrast Large dark Large dark_dimmed Large dark_high_contrast Large dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml deleted file mode 100644 index bd4cb9223e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "This is a primary link color." -- text: light -- link "This is a primary link color." -- text: light_colorblind -- link "This is a primary link color." -- text: light_high_contrast -- link "This is a primary link color." -- text: dark -- link "This is a primary link color." -- text: dark_dimmed -- link "This is a primary link color." -- text: dark_high_contrast -- link "This is a primary link color." -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml deleted file mode 100644 index 535199ee99..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "This is a muted primary link color." -- text: light -- link "This is a muted primary link color." -- text: light_colorblind -- link "This is a muted primary link color." -- text: light_high_contrast -- link "This is a muted primary link color." -- text: dark -- link "This is a muted primary link color." -- text: dark_dimmed -- link "This is a muted primary link color." -- text: dark_high_contrast -- link "This is a muted primary link color." -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml deleted file mode 100644 index d6597ee514..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "This is a secondary link color." -- text: light -- link "This is a secondary link color." -- text: light_colorblind -- link "This is a secondary link color." -- text: light_high_contrast -- link "This is a secondary link color." -- text: dark -- link "This is a secondary link color." -- text: dark_dimmed -- link "This is a secondary link color." -- text: dark_high_contrast -- link "This is a secondary link color." -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml deleted file mode 100644 index 5c34107670..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "This is a muted secondary link color." -- text: light -- link "This is a muted secondary link color." -- text: light_colorblind -- link "This is a muted secondary link color." -- text: light_high_contrast -- link "This is a muted secondary link color." -- text: dark -- link "This is a muted secondary link color." -- text: dark_dimmed -- link "This is a muted secondary link color." -- text: dark_high_contrast -- link "This is a muted secondary link color." -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml deleted file mode 100644 index b107dbbaad..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "This is a link!" -- text: light -- link "This is a link!" -- text: light_colorblind -- link "This is a link!" -- text: light_high_contrast -- link "This is a link!" -- text: dark -- link "This is a link!" -- text: dark_dimmed -- link "This is a link!" -- text: dark_high_contrast -- link "This is a link!" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml deleted file mode 100644 index 8dea7dd222..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/default.yml +++ /dev/null @@ -1,168 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml deleted file mode 100644 index 8713670e28..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml deleted file mode 100644 index 9ef8c7bed8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/default.yml +++ /dev/null @@ -1,112 +0,0 @@ -- 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" -- text: light -- 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" -- text: light_colorblind -- 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" -- text: light_high_contrast -- 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" -- text: dark -- 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" -- text: dark_dimmed -- 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" -- text: dark_high_contrast -- 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml deleted file mode 100644 index da861802fa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/default.yml +++ /dev/null @@ -1,70 +0,0 @@ -- 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"' -- text: light -- 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"' -- text: light_colorblind -- 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"' -- text: light_high_contrast -- 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"' -- text: dark -- 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"' -- text: dark_dimmed -- 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"' -- text: dark_high_contrast -- 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"' -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml deleted file mode 100644 index faa0c437da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml deleted file mode 100644 index 4ca338522f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml deleted file mode 100644 index 4ca338522f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml deleted file mode 100644 index 6cb34596aa..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- heading "Activity feed" [level=4] -- text: This is the Popover body. light -- heading "Activity feed" [level=4] -- text: This is the Popover body. light_colorblind -- heading "Activity feed" [level=4] -- text: This is the Popover body. light_high_contrast -- heading "Activity feed" [level=4] -- text: This is the Popover body. dark -- heading "Activity feed" [level=4] -- text: This is the Popover body. dark_dimmed -- heading "Activity feed" [level=4] -- text: This is the Popover body. dark_high_contrast -- heading "Activity feed" [level=4] -- text: This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml deleted file mode 100644 index 26908eb783..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is a large Popover body. light This is a large Popover body. light_colorblind This is a large Popover body. light_high_contrast This is a large Popover body. dark This is a large Popover body. dark_dimmed This is a large Popover body. dark_high_contrast This is a large Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml deleted file mode 100644 index 4ca338522f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml deleted file mode 100644 index 4ca338522f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: This is the Popover body. light This is the Popover body. light_colorblind This is the Popover body. light_high_contrast This is the Popover body. dark This is the Popover body. dark_dimmed This is the Popover body. dark_high_contrast This is the Popover body. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml deleted file mode 100644 index faa0c437da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml deleted file mode 100644 index faa0c437da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml deleted file mode 100644 index faa0c437da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml deleted file mode 100644 index faa0c437da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: light light_colorblind light_high_contrast dark dark_dimmed dark_high_contrast dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml deleted file mode 100644 index 15c62e2239..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: light -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: light_colorblind -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: light_high_contrast -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: dark -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: dark_dimmed -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: dark_high_contrast -- link "January 1, 2020 00:00on Jan 1, 2020" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml deleted file mode 100644 index 4dfd9bb0ef..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: January 1, 2020 00:00on Jan 1, 2020 light January 1, 2020 00:00on Jan 1, 2020 light_colorblind January 1, 2020 00:00on Jan 1, 2020 light_high_contrast January 1, 2020 00:00on Jan 1, 2020 dark January 1, 2020 00:00on Jan 1, 2020 dark_dimmed January 1, 2020 00:00on Jan 1, 2020 dark_high_contrast January 1, 2020 00:00on Jan 1, 2020 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml deleted file mode 100644 index 6a38cb5aa8..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Loading light Loading light_colorblind Loading light_high_contrast Loading dark Loading dark_dimmed Loading dark_high_contrast Loading dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml deleted file mode 100644 index a4d0a796a5..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: State light State light_colorblind State light_high_contrast State dark State dark_dimmed State dark_high_contrast State dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml deleted file mode 100644 index 7aacbc9b73..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Default size light Default size light_colorblind Default size light_high_contrast Default size dark Default size dark_dimmed Default size dark_high_contrast Default size dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml deleted file mode 100644 index 77cf089e0f..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Small size light Small size light_colorblind Small size light_high_contrast Small size dark Small size dark_dimmed Small size dark_high_contrast Small size dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml deleted file mode 100644 index f688617f2e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Closed state light Closed state light_colorblind Closed state light_high_contrast Closed state dark Closed state dark_dimmed Closed state dark_high_contrast Closed state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml deleted file mode 100644 index cf757b7e37..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Merged state light Merged state light_colorblind Merged state light_high_contrast Merged state dark Merged state dark_dimmed Merged state dark_high_contrast Merged state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml deleted file mode 100644 index 7b827b0adb..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Open state light Open state light_colorblind Open state light_high_contrast Open state dark Open state dark_dimmed Open state dark_high_contrast Open state dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml deleted file mode 100644 index d3cec0e81b..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: A Heading A description with actions -- button "An action" -- text: light A Heading A description with actions -- button "An action" -- text: light_colorblind A Heading A description with actions -- button "An action" -- text: light_high_contrast A Heading A description with actions -- button "An action" -- text: dark A Heading A description with actions -- button "An action" -- text: dark_dimmed A Heading A description with actions -- button "An action" -- text: dark_high_contrast A Heading A description with actions -- button "An action" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml deleted file mode 100644 index 81400e881a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Danger Heading A description of the 'danger' light Danger Heading A description of the 'danger' light_colorblind Danger Heading A description of the 'danger' light_high_contrast Danger Heading A description of the 'danger' dark Danger Heading A description of the 'danger' dark_dimmed Danger Heading A description of the 'danger' dark_high_contrast Danger Heading A description of the 'danger' dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml deleted file mode 100644 index 03b31a0335..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: My Heading My Description light My Heading My Description light_colorblind My Heading My Description light_high_contrast My Heading My Description dark My Heading My Description dark_dimmed My Heading My Description dark_high_contrast My Heading My Description dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml deleted file mode 100644 index fad18b1856..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Spacious With extra space above the component light Spacious With extra space above the component light_colorblind Spacious With extra space above the component light_high_contrast Spacious With extra space above the component dark Spacious With extra space above the component dark_dimmed Spacious With extra space above the component dark_high_contrast Spacious With extra space above the component dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml deleted file mode 100644 index d407b5e28e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Text light Text light_colorblind Text light_high_contrast Text dark Text dark_dimmed Text dark_high_contrast Text dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml deleted file mode 100644 index a66e7aebad..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/default.yml +++ /dev/null @@ -1,14 +0,0 @@ -- img "octocat" -- text: Success! light -- img "octocat" -- text: Success! light_colorblind -- img "octocat" -- text: Success! light_high_contrast -- img "octocat" -- text: Success! dark -- img "octocat" -- text: Success! dark_dimmed -- img "octocat" -- text: Success! dark_high_contrast -- img "octocat" -- text: Success! dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml deleted file mode 100644 index 10fbcbe059..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/default.yml +++ /dev/null @@ -1 +0,0 @@ -- 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 light 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 light_colorblind 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 light_high_contrast 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 dark 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 dark_dimmed 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 dark_high_contrast 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 dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml deleted file mode 100644 index 96bdf180ee..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Box with border light Box with border light_colorblind Box with border light_high_contrast Box with border dark Box with border dark_dimmed Box with border dark_high_contrast Box with border dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml deleted file mode 100644 index 3b7ee6d45c..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/default.yml +++ /dev/null @@ -1 +0,0 @@ -- text: Box with bottom border light Box with bottom border light_colorblind Box with bottom border light_high_contrast Box with bottom border dark Box with bottom border dark_dimmed Box with bottom border dark_high_contrast Box with bottom border dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml deleted file mode 100644 index 6543dfbe20..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: light Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: light_colorblind Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: light_high_contrast Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: dark Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: dark_dimmed Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: dark_high_contrast Favorite city -- button "Select..." -- text: Select your favorite! -- button "Submit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml deleted file mode 100644 index 459cf37e1e..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: What you go by. -- paragraph: Hello world -- text: light First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: light_colorblind First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: light_high_contrast First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: dark First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: dark_dimmed First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: dark_high_contrast First name -- textbox -- text: What you go by. -- paragraph: Hello world -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml deleted file mode 100644 index 23e66d1c7a..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- group "Cool places": - - text: Cool places - - checkbox "Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island": lopez - - text: Lopez Island Vacation getaway - - checkbox "Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue": bellevue - - text: Bellevue Beautiful view - - checkbox "Seattle Seattle Seattle Seattle Seattle Seattle Seattle": seattle - - text: Seattle The emerald city -- text: light -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: light_colorblind -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: light_high_contrast -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: dark -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: dark_dimmed -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: dark_high_contrast -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Vacation getaway - - checkbox: bellevue - - text: Bellevue Beautiful view - - checkbox: seattle - - text: Seattle The emerald city -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml deleted file mode 100644 index 28895a9081..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: Fruit -- combobox "Fruit Fruit Fruit Fruit Fruit Fruit Fruit" -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: light Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: light_colorblind Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: light_high_contrast Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: dark Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: dark_dimmed Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: dark_high_contrast Fruit -- combobox -- text: Something went wrong Please enter your favorite fruit -- button "Submit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml deleted file mode 100644 index ca81cfc426..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/default.yml +++ /dev/null @@ -1,127 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: Be honest! -- checkbox "Are you cool? Are you cool? Are you cool? Are you cool? Are you cool? Are you cool? Are you cool?": "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio "10-15 10-15 10-15 10-15 10-15 10-15 10-15": young - - text: 10-15 A young thing. - - radio "16-21 16-21 16-21 16-21 16-21 16-21 16-21": middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox "Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island Lopez Island": lopez - - text: Lopez Island Lopez caption - - checkbox "Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue Bellevue": bellevue - - text: Bellevue Bellevue caption - - checkbox "Seattle Seattle Seattle Seattle Seattle Seattle Seattle": seattle - - text: Seattle Seattle caption -- text: light First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: light_colorblind First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: light_high_contrast First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: dark First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: dark_dimmed First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: dark_high_contrast First name -- textbox -- text: Be honest! -- checkbox: "1" -- text: Are you cool? Check only if you are cool. -- radiogroup: - - radio: young - - text: 10-15 A young thing. - - radio: middle_aged - - text: 16-21 No longer a spring chicken. -- group "Cool places": - - text: Cool places - - checkbox: lopez - - text: Lopez Island Lopez caption - - checkbox: bellevue - - text: Bellevue Bellevue caption - - checkbox: seattle - - text: Seattle Seattle caption -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml deleted file mode 100644 index 608d55e32d..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox "Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays Ey-ples and ba-naynays": "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox "Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais Eye-ples and ba-nainais": "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox "Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos Oh-ples and ba-nonos": long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: light -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: light_colorblind -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: light_high_contrast -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: dark -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: dark_dimmed -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: dark_high_contrast -- group "I like to eat, eat, eat:": - - text: "I like to eat, eat, eat: Nom nom nom" - - checkbox: "1" - - text: Ey-ples and ba-naynays Long "A" sound - - checkbox: "1" - - text: Eye-ples and ba-nainais Long "I" sound - - checkbox: long_o - - text: Oh-ples and ba-nonos Long "O" sound -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml deleted file mode 100644 index 7542cff0a4..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- group: - - checkbox "Capital Capital Capital Capital Capital Capital Capital": capital - - text: Capital - - checkbox "Most-populous Most-populous Most-populous Most-populous Most-populous Most-populous Most-populous": populous - - text: Most-populous - - checkbox "Custom Custom Custom Custom Custom Custom Custom": custom - - text: Custom Custom cities - - textbox "Custom cities Custom cities Custom cities Custom cities Custom cities Custom cities Custom cities" -- text: light -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: light_colorblind -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: light_high_contrast -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: dark -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: dark_dimmed -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: dark_high_contrast -- group: - - checkbox: capital - - text: Capital - - checkbox: populous - - text: Most-populous - - checkbox: custom - - text: Custom Custom cities - - textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml deleted file mode 100644 index 6e06e27633..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/default.yml +++ /dev/null @@ -1,42 +0,0 @@ -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox "Last name Last name Last name Last name Last name Last name Last name" -- text: Bueller. Bueller. Bueller. light -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. light_colorblind -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. light_high_contrast -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_dimmed -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_high_contrast -- paragraph: Each of these fields comes from its own form definition. -- text: First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml deleted file mode 100644 index b979441125..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/default.yml +++ /dev/null @@ -1,71 +0,0 @@ -- 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. light 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. light_colorblind 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. light_high_contrast 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. dark 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. dark_dimmed 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. dark_high_contrast 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. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml deleted file mode 100644 index 7a93c9db52..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/default.yml +++ /dev/null @@ -1,57 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: What your friends call you. Last name -- textbox "Last name Last name Last name Last name Last name Last name Last name" -- text: What the principal calls you. Dietary restrictions -- textbox "Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions Dietary restrictions" -- text: Any allergies? -- checkbox "Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email! Send me gobs of email!": "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. light First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. light_colorblind First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. light_high_contrast First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. dark First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. dark_dimmed First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. dark_high_contrast First name -- textbox -- text: What your friends call you. Last name -- textbox -- text: What the principal calls you. Dietary restrictions -- textbox -- text: Any allergies? -- checkbox: "1" -- text: Send me gobs of email! Check this if you enjoy getting spam. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml deleted file mode 100644 index a752828dff..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/default.yml +++ /dev/null @@ -1,43 +0,0 @@ -- text: Will have error -- textbox "Will have error Will have error Will have error Will have error Will have error Will have error Will have error" -- text: Every time this checks with the server, it returns an error Will not error -- textbox "Will not error Will not error Will not error Will not error Will not error Will not error 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 Random error or success Random error or success Random error or success Random error or success Random error or success Random error or success" -- text: Server checks will randomly respond with errors or success light Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success light_colorblind Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success light_high_contrast Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success dark Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success dark_dimmed Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success dark_high_contrast Will have error -- textbox -- text: Every time this checks with the server, it returns an error Will not error -- textbox -- 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 -- text: Server checks will randomly respond with errors or success dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml deleted file mode 100644 index 00b76a48f7..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox "Last name Last name Last name Last name Last name Last name Last name" -- text: That doesn't look right Bueller. Bueller. Bueller. light First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. light_colorblind First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. light_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. dark First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. dark_dimmed First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. dark_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: That doesn't look right Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml deleted file mode 100644 index 9b1852c6b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/default.yml +++ /dev/null @@ -1,91 +0,0 @@ -- radiogroup "Country": - - text: Country - - radio "USA USA USA USA USA USA USA": US - - text: USA - - radio "Canada Canada Canada Canada Canada Canada Canada": CA - - text: Canada -- text: Region -- combobox "Region Region Region Region Region Region Region": - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: light -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: light_colorblind -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: light_high_contrast -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: dark -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: dark_dimmed -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: dark_high_contrast -- radiogroup "Country": - - text: Country - - radio: US - - text: USA - - radio: CA - - text: Canada -- text: Region -- combobox: - - option "California" [selected] - - option "Washington" - - option "Oregon" -- button "Submit" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml deleted file mode 100644 index 2109aa6bb6..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox "Last name Last name Last name Last name Last name Last name Last name" -- text: Bueller. Bueller. Bueller. light First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. light_colorblind First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. light_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_dimmed First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml deleted file mode 100644 index 46ba0977ba..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/default.yml +++ /dev/null @@ -1,28 +0,0 @@ -- checkbox "Enabled Enabled Enabled Enabled Enabled Enabled Enabled": "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: light -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: light_colorblind -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: light_high_contrast -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: dark -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: dark_dimmed -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: dark_high_contrast -- checkbox: "1" -- text: Enabled -- paragraph: The caption for Enabled? -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml deleted file mode 100644 index ee0adb41da..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/default.yml +++ /dev/null @@ -1,63 +0,0 @@ -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio "Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement": online - - text: Online advertisement Facebook maybe? - - radio "Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement": radio - - text: Radio advertisement We love us some NPR - - radio "From a friend From a friend From a friend From a friend From a friend From a friend From a friend": friend - - text: From a friend Wow, what a good person -- text: light -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: light_colorblind -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: light_high_contrast -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: dark -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: dark_dimmed -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: dark_high_contrast -- radiogroup "How did you hear about us?": - - text: How did you hear about us? We love our listeners - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml deleted file mode 100644 index 6db6c808b3..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/default.yml +++ /dev/null @@ -1,91 +0,0 @@ -- radiogroup: - - radio "Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement Online advertisement": online - - text: Online advertisement Facebook maybe? - - radio "Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement Radio advertisement": radio - - text: Radio advertisement We love us some NPR - - radio "From a friend From a friend From a friend From a friend From a friend From a friend From a friend": friend - - text: From a friend Wow, what a good person First Name - - textbox "First Name First Name First Name First Name First Name First Name First Name" - - text: Last Name - - textbox "Last Name Last Name Last Name Last Name Last Name Last Name Last Name" - - text: Describe this wonderful person in loving detail - - textbox "Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail Describe this wonderful person in loving detail" -- text: light -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: light_colorblind -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: light_high_contrast -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: dark -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: dark_dimmed -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: dark_high_contrast -- radiogroup: - - radio: online - - text: Online advertisement Facebook maybe? - - radio: radio - - text: Radio advertisement We love us some NPR - - radio: friend - - text: From a friend Wow, what a good person First Name - - textbox - - text: Last Name - - textbox - - text: Describe this wonderful person in loving detail - - textbox -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml deleted file mode 100644 index 4366b24c8b..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/default.yml +++ /dev/null @@ -1,106 +0,0 @@ -- text: Cool cities -- combobox "Cool cities Cool cities Cool cities Cool cities Cool cities Cool cities Cool cities": - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox "Places you've been Places you've been Places you've been Places you've been Places you've been Places you've been 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" -- text: light Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: light_colorblind Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: light_high_contrast Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: dark Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: dark_dimmed Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: dark_high_contrast Cool cities -- combobox: - - option [selected] - - option "Lopez Island" - - option "Bellevue" - - option "Seattle" -- text: Select your favorite! Places you've been -- listbox: - - 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" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml deleted file mode 100644 index f9eb226708..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/default.yml +++ /dev/null @@ -1,15 +0,0 @@ -- text: Ultimate answer -- textbox "Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer" -- text: The answer to life, the universe, and everything light Ultimate answer -- textbox -- text: The answer to life, the universe, and everything light_colorblind Ultimate answer -- textbox -- text: The answer to life, the universe, and everything light_high_contrast Ultimate answer -- textbox -- text: The answer to life, the universe, and everything dark Ultimate answer -- textbox -- text: The answer to life, the universe, and everything dark_dimmed Ultimate answer -- textbox -- text: The answer to life, the universe, and everything dark_high_contrast Ultimate answer -- textbox -- text: The answer to life, the universe, and everything dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml deleted file mode 100644 index 5852ed8955..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.yml +++ /dev/null @@ -1,57 +0,0 @@ -- text: First name -- textbox "First name First name First name First name First name First name First name" -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox "Last name Last name Last name Last name Last name Last name Last name" -- text: Bueller. Bueller. Bueller. I'm green -- textbox "I'm green I'm green I'm green I'm green I'm green I'm green I'm green" -- button "Submit" [disabled] -- button "Click me" -- text: light First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: light_colorblind First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: light_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: dark First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: dark_dimmed First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: dark_high_contrast First name -- textbox -- text: That which we call a rose by any other name would smell as sweet. Last name -- textbox -- text: Bueller. Bueller. Bueller. I'm green -- textbox -- button "Submit" [disabled] -- button "Click me" -- text: dark_colorblind \ No newline at end of file diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml deleted file mode 100644 index dada6e0967..0000000000 --- a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/default.yml +++ /dev/null @@ -1,29 +0,0 @@ -- text: Ultimate answer -- textbox "Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer Ultimate answer" -- text: The answer to life, the universe, and everything -- checkbox "Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive Enable the Infinite Improbability Drive": "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light_colorblind Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. light_high_contrast Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_dimmed Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_high_contrast Ultimate answer -- textbox -- text: The answer to life, the universe, and everything -- checkbox: "1" -- text: Enable the Infinite Improbability Drive Cross interstellar distances in a mere nothingth of a second. dark_colorblind \ No newline at end of file From c20230c8e31e23d01cbd882b709ea3ada660db11 Mon Sep 17 00:00:00 2001 From: khiga8 <16447748+khiga8@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:48:08 +0000 Subject: [PATCH 11/11] Generating component snapshots --- .../action_bar/default/aria-snapshot.yml | 8 +++++++ .../action_list/default/aria-snapshot.yml | 8 +++++++ .../action_list/heading/aria-snapshot.yml | 2 ++ .../action_list/item_active/aria-snapshot.yml | 3 +++ .../action_list/item_danger/aria-snapshot.yml | 3 +++ .../item_default/aria-snapshot.yml | 3 +++ .../item_disabled/aria-snapshot.yml | 3 +++ .../aria-snapshot.yml | 3 +++ .../item_trailing_action/aria-snapshot.yml | 4 ++++ .../item_with_description/aria-snapshot.yml | 3 +++ .../aria-snapshot.yml | 3 +++ .../long_label_with_tooltip/aria-snapshot.yml | 9 ++++++++ .../aria-snapshot--after-interaction.yml | 7 ++++++ .../action_menu/default/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 5 ++++ .../multiple_selected_items/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 5 ++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 5 ++++ .../single_selected_item/aria-snapshot.yml | 1 + .../wide/aria-snapshot--after-interaction.yml | 4 ++++ .../alpha/action_menu/wide/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 20 ++++++++++++++++ .../action_menu/with_groups/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 11 +++++++++ .../with_items_and_groups/aria-snapshot.yml | 1 + .../auto_complete/default/aria-snapshot.yml | 2 ++ .../banner/dismissible/aria-snapshot.yml | 2 ++ .../alpha/banner/full_width/aria-snapshot.yml | 1 + .../banner/scheme_danger/aria-snapshot.yml | 1 + .../banner/scheme_default/aria-snapshot.yml | 1 + .../banner/scheme_success/aria-snapshot.yml | 1 + .../banner/scheme_warning/aria-snapshot.yml | 1 + .../with_action_button/aria-snapshot.yml | 2 ++ .../with_action_content/aria-snapshot.yml | 2 ++ .../scheme_default/aria-snapshot.yml | 1 + .../sizes_default/aria-snapshot.yml | 1 + .../check_box/with_caption/aria-snapshot.yml | 2 ++ .../with_caption/aria-snapshot.yml | 10 ++++++++ .../aria-snapshot--after-interaction.yml | 5 ++++ .../alpha/dialog/default/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 7 ++++++ .../dialog_inside_overlay/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 5 ++++ .../dialog/initally_open/aria-snapshot.yml | 5 ++++ .../aria-snapshot--after-interaction.yml | 5 ++++ .../alpha/dialog/left_side/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 5 ++++ .../alpha/dialog/right_side/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 20 ++++++++++++++++ .../dialog/scroll_container/aria-snapshot.yml | 16 +++++++++++++ .../aria-snapshot--after-interaction.yml | 6 +++++ .../with_auto_complete/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 6 +++++ .../alpha/dropdown/default/aria-snapshot.yml | 2 ++ .../hellip_button/default/aria-snapshot.yml | 1 + .../default/aria-snapshot.yml | 1 + .../alpha/layout/default/aria-snapshot.yml | 1 + .../layout/gutter_none/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../sidebar_width_narrow/aria-snapshot.yml | 1 + .../alpha/menu/default/aria-snapshot.yml | 5 ++++ .../multi_input/default/aria-snapshot.yml | 13 +++++++++++ .../multi_input/disabled/aria-snapshot.yml | 13 +++++++++++ .../visually_hide_label/aria-snapshot.yml | 13 +++++++++++ .../with_caption/aria-snapshot.yml | 14 +++++++++++ .../octicon_symbols/default/aria-snapshot.yml | 1 + .../radio_button/checked/aria-snapshot.yml | 2 ++ .../radio_button/default/aria-snapshot.yml | 2 ++ .../radio_button/disabled/aria-snapshot.yml | 2 ++ .../visually_hide_label/aria-snapshot.yml | 2 ++ .../with_caption/aria-snapshot.yml | 2 ++ .../default/aria-snapshot.yml | 8 +++++++ .../invalid/aria-snapshot.yml | 9 ++++++++ .../with_caption/aria-snapshot.yml | 8 +++++++ .../default/aria-snapshot.yml | 7 ++++++ .../full_width_medium/aria-snapshot.yml | 7 ++++++ .../full_width_small/aria-snapshot.yml | 7 ++++++ .../icon_only_medium/aria-snapshot.yml | 7 ++++++ .../icon_only_small/aria-snapshot.yml | 7 ++++++ .../icons_and_text_medium/aria-snapshot.yml | 7 ++++++ .../icons_and_text_small/aria-snapshot.yml | 7 ++++++ .../aria-snapshot.yml | 5 ++++ .../aria-snapshot.yml | 5 ++++ .../with_label_and_caption/aria-snapshot.yml | 9 ++++++++ .../with_link_as_tag/aria-snapshot.yml | 7 ++++++ .../with_subhead_actions/aria-snapshot.yml | 8 +++++++ .../alpha/select/disabled/aria-snapshot.yml | 6 +++++ .../alpha/select/full_width/aria-snapshot.yml | 6 +++++ .../alpha/select/invalid/aria-snapshot.yml | 6 +++++ .../select/not_full_width/aria-snapshot.yml | 6 +++++ .../visually_hide_label/aria-snapshot.yml | 6 +++++ .../select/with_caption/aria-snapshot.yml | 7 ++++++ .../with_validation_message/aria-snapshot.yml | 7 ++++++ .../aria-snapshot--after-interaction.yml | 10 ++++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 10 ++++++++ .../custom_loading_label/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 12 ++++++++++ .../select_panel/default/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 16 +++++++++++++ .../eventually_local_fetch/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 8 +++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 9 ++++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 14 +++++++++++ .../footer_buttons/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 12 ++++++++++ .../list_of_links/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 12 ++++++++++ .../local_fetch/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 9 ++++++++ .../local_fetch_no_results/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 13 +++++++++++ .../multiselect/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 14 +++++++++++ .../multiselect_form/aria-snapshot.yml | 3 +++ .../aria-snapshot--after-interaction.yml | 12 ++++++++++ .../select_panel/no_values/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 16 +++++++++++++ .../remote_fetch/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 16 +++++++++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 8 +++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 9 ++++++++ .../remote_fetch_no_results/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 13 +++++++++++ .../single_select/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 14 +++++++++++ .../single_select_form/aria-snapshot.yml | 3 +++ .../aria-snapshot--after-interaction.yml | 9 ++++++++ .../with_avatar_items/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 14 +++++++++++ .../with_dynamic_label/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 14 +++++++++++ .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 13 +++++++++++ .../with_leading_icons/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 13 +++++++++++ .../with_subtitle/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 9 ++++++++ .../with_trailing_icons/aria-snapshot.yml | 1 + .../alpha/tab_nav/default/aria-snapshot.yml | 8 +++++++ .../tab_nav/with_extra/aria-snapshot.yml | 9 ++++++++ .../with_icons_and_counters/aria-snapshot.yml | 8 +++++++ .../tab_panels/default/aria-snapshot.yml | 5 ++++ .../alpha/text_area/default/aria-snapshot.yml | 2 ++ .../text_area/disabled/aria-snapshot.yml | 2 ++ .../text_area/full_width/aria-snapshot.yml | 2 ++ .../alpha/text_area/invalid/aria-snapshot.yml | 2 ++ .../not_full_width/aria-snapshot.yml | 2 ++ .../visually_hide_label/aria-snapshot.yml | 2 ++ .../text_area/with_caption/aria-snapshot.yml | 3 +++ .../with_validation_message/aria-snapshot.yml | 3 +++ .../text_field/default/aria-snapshot.yml | 2 ++ .../text_field/disabled/aria-snapshot.yml | 2 ++ .../text_field/full_width/aria-snapshot.yml | 2 ++ .../aria-snapshot.yml | 3 +++ .../aria-snapshot.yml | 3 +++ .../aria-snapshot.yml | 3 +++ .../alpha/text_field/inset/aria-snapshot.yml | 2 ++ .../text_field/invalid/aria-snapshot.yml | 2 ++ .../text_field/monospace/aria-snapshot.yml | 2 ++ .../not_full_width/aria-snapshot.yml | 2 ++ .../show_clear_button/aria-snapshot.yml | 3 +++ .../text_field/size_large/aria-snapshot.yml | 2 ++ .../text_field/size_medium/aria-snapshot.yml | 2 ++ .../text_field/size_small/aria-snapshot.yml | 2 ++ .../visually_hide_label/aria-snapshot.yml | 2 ++ .../text_field/with_caption/aria-snapshot.yml | 3 +++ .../with_leading_visual/aria-snapshot.yml | 2 ++ .../with_placeholder/aria-snapshot.yml | 2 ++ .../with_trailing_counter/aria-snapshot.yml | 3 +++ .../with_trailing_icon/aria-snapshot.yml | 2 ++ .../with_trailing_label/aria-snapshot.yml | 3 +++ .../with_trailing_long_text/aria-snapshot.yml | 3 +++ .../with_trailing_text/aria-snapshot.yml | 3 +++ .../with_validation_message/aria-snapshot.yml | 3 +++ .../toggle_switch/checked/aria-snapshot.yml | 1 + .../checked_disabled/aria-snapshot.yml | 1 + .../toggle_switch/default/aria-snapshot.yml | 1 + .../toggle_switch/disabled/aria-snapshot.yml | 1 + .../toggle_switch/small/aria-snapshot.yml | 1 + .../with_a_bad_src/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../alpha/tooltip/tooltip_e/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../alpha/tooltip/tooltip_n/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../tooltip/tooltip_ne/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../tooltip/tooltip_nw/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../alpha/tooltip/tooltip_s/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../tooltip/tooltip_se/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../tooltip/tooltip_sw/aria-snapshot.yml | 1 + .../aria-snapshot--after-interaction.yml | 2 ++ .../alpha/tooltip/tooltip_w/aria-snapshot.yml | 1 + .../underline_nav/default/aria-snapshot.yml | 9 ++++++++ .../with_icons_and_counters/aria-snapshot.yml | 8 +++++++ .../default/aria-snapshot.yml | 5 ++++ .../with_actions/aria-snapshot.yml | 6 +++++ .../with_icons_and_counters/aria-snapshot.yml | 5 ++++ .../full_width/aria-snapshot.yml | 2 ++ .../auto_complete/large/aria-snapshot.yml | 2 ++ .../leading_visual/aria-snapshot.yml | 2 ++ .../auto_complete/medium/aria-snapshot.yml | 2 ++ .../auto_complete/small/aria-snapshot.yml | 2 ++ .../trailing_action/aria-snapshot.yml | 3 +++ .../visually_hide_label/aria-snapshot.yml | 2 ++ .../beta/avatar/default/aria-snapshot.yml | 1 + .../avatar/shape_circle/aria-snapshot.yml | 1 + .../avatar/shape_square/aria-snapshot.yml | 1 + .../beta/avatar/size_16/aria-snapshot.yml | 1 + .../beta/avatar/size_20/aria-snapshot.yml | 1 + .../beta/avatar/size_24/aria-snapshot.yml | 1 + .../beta/avatar/size_32/aria-snapshot.yml | 1 + .../beta/avatar/size_40/aria-snapshot.yml | 1 + .../beta/avatar/size_48/aria-snapshot.yml | 1 + .../beta/avatar/size_64/aria-snapshot.yml | 1 + .../beta/avatar/size_80/aria-snapshot.yml | 1 + .../avatar_stack/avatar_2/aria-snapshot.yml | 2 ++ .../avatar_stack/avatar_3/aria-snapshot.yml | 2 ++ .../avatar_stack/default/aria-snapshot.yml | 1 + .../beta/blankslate/default/aria-snapshot.yml | 2 ++ .../blankslate/description/aria-snapshot.yml | 2 ++ .../beta/blankslate/full/aria-snapshot.yml | 4 ++++ .../beta/blankslate/loading/aria-snapshot.yml | 3 +++ .../option_border/aria-snapshot.yml | 2 ++ .../primary_action/aria-snapshot.yml | 2 ++ .../secondary_action/aria-snapshot.yml | 2 ++ .../blankslate/with_icon/aria-snapshot.yml | 1 + .../blankslate/with_image/aria-snapshot.yml | 2 ++ .../beta/border_box/default/aria-snapshot.yml | 6 +++++ .../padding_condensed/aria-snapshot.yml | 6 +++++ .../padding_spacious/aria-snapshot.yml | 6 +++++ .../border_box/row_colors/aria-snapshot.yml | 5 ++++ .../breadcrumbs/default/aria-snapshot.yml | 6 +++++ .../with_beta_truncate/aria-snapshot.yml | 8 +++++++ .../aria-snapshot.yml | 8 +++++++ .../beta/button/all_schemes/aria-snapshot.yml | 4 ++++ .../beta/button/full_width/aria-snapshot.yml | 1 + .../beta/button/inactive/aria-snapshot.yml | 1 + .../invisible_all_visuals/aria-snapshot.yml | 7 ++++++ .../beta/button/label_wrap/aria-snapshot.yml | 1 + .../button/leading_visual/aria-snapshot.yml | 1 + .../leading_visual_svg/aria-snapshot.yml | 3 +++ .../primer/beta/button/link/aria-snapshot.yml | 1 + .../button/link_as_button/aria-snapshot.yml | 1 + .../link_scheme_label_wrap/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../summary_as_button/aria-snapshot.yml | 1 + .../button/trailing_action/aria-snapshot.yml | 1 + .../button/trailing_counter/aria-snapshot.yml | 1 + .../button/trailing_visual/aria-snapshot.yml | 1 + .../button_group/default/aria-snapshot.yml | 3 +++ .../icon_buttons/aria-snapshot.yml | 3 +++ .../multiple_tags/aria-snapshot.yml | 2 ++ .../split_button/aria-snapshot.yml | 2 ++ .../aria-snapshot.yml | 2 ++ .../with_menu_button/aria-snapshot.yml | 2 ++ .../clipboard_copy/default/aria-snapshot.yml | 1 + .../clipboard_copy/text/aria-snapshot.yml | 1 + .../default/aria-snapshot.yml | 1 + .../with_tooltip/aria-snapshot.yml | 1 + .../close_button/default/aria-snapshot.yml | 1 + .../color_scheme_default/aria-snapshot.yml | 1 + .../color_scheme_primary/aria-snapshot.yml | 1 + .../color_scheme_secondary/aria-snapshot.yml | 1 + .../beta/counter/default/aria-snapshot.yml | 1 + .../rounding_above_1000/aria-snapshot.yml | 1 + .../rounding_below_1000/aria-snapshot.yml | 1 + .../rounding_default/aria-snapshot.yml | 1 + .../rounding_large_number/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../beta/counter/with_text/aria-snapshot.yml | 1 + .../color_scheme_danger/aria-snapshot.yml | 1 + .../color_scheme_default/aria-snapshot.yml | 1 + .../color_scheme_success/aria-snapshot.yml | 1 + .../color_scheme_warning/aria-snapshot.yml | 1 + .../beta/flash/default/aria-snapshot.yml | 1 + .../options_dismissible/aria-snapshot.yml | 2 ++ .../beta/flash/options_full/aria-snapshot.yml | 1 + .../flash/options_with_icon/aria-snapshot.yml | 1 + .../beta/heading/default/aria-snapshot.yml | 1 + .../beta/icon_button/danger/aria-snapshot.yml | 1 + .../icon_button/default/aria-snapshot.yml | 1 + .../icon_button/invisible/aria-snapshot.yml | 1 + .../link_as_button/aria-snapshot.yml | 1 + .../icon_button/primary/aria-snapshot.yml | 1 + .../summary_as_button/aria-snapshot.yml | 1 + .../color_scheme_accent/aria-snapshot.yml | 1 + .../color_scheme_attention/aria-snapshot.yml | 1 + .../color_scheme_danger/aria-snapshot.yml | 1 + .../label/color_scheme_done/aria-snapshot.yml | 1 + .../color_scheme_primary/aria-snapshot.yml | 1 + .../color_scheme_secondary/aria-snapshot.yml | 1 + .../color_scheme_severe/aria-snapshot.yml | 1 + .../color_scheme_sponsors/aria-snapshot.yml | 1 + .../color_scheme_success/aria-snapshot.yml | 1 + .../beta/label/default/aria-snapshot.yml | 1 + .../label/inline_inline/aria-snapshot.yml | 1 + .../beta/label/size_default/aria-snapshot.yml | 1 + .../beta/label/size_large/aria-snapshot.yml | 1 + .../color_scheme_primary/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../color_scheme_secondary/aria-snapshot.yml | 1 + .../aria-snapshot.yml | 1 + .../beta/link/default/aria-snapshot.yml | 1 + .../beta/nav_list/default/aria-snapshot.yml | 23 +++++++++++++++++++ .../long_label_with_tooltip/aria-snapshot.yml | 8 +++++++ .../nav_list/show_more_item/aria-snapshot.yml | 15 ++++++++++++ .../trailing_action/aria-snapshot.yml | 9 ++++++++ .../beta/octicon/default/aria-snapshot.yml | 0 .../popover/bottom_left/aria-snapshot.yml | 1 + .../popover/bottom_right/aria-snapshot.yml | 1 + .../beta/popover/default/aria-snapshot.yml | 2 ++ .../beta/popover/large/aria-snapshot.yml | 1 + .../beta/popover/top_left/aria-snapshot.yml | 1 + .../beta/popover/top_right/aria-snapshot.yml | 1 + .../progress_bar/default/aria-snapshot.yml | 0 .../size_default/aria-snapshot.yml | 0 .../progress_bar/size_large/aria-snapshot.yml | 0 .../progress_bar/size_small/aria-snapshot.yml | 0 .../link_with_tooltip/aria-snapshot.yml | 1 + .../no_title_attribute/aria-snapshot.yml | 1 + .../beta/spinner/default/aria-snapshot.yml | 1 + .../beta/state/default/aria-snapshot.yml | 1 + .../state/sizes_default/aria-snapshot.yml | 1 + .../beta/state/sizes_small/aria-snapshot.yml | 1 + .../state/states_closed/aria-snapshot.yml | 1 + .../state/states_merged/aria-snapshot.yml | 1 + .../beta/state/states_open/aria-snapshot.yml | 1 + .../beta/subhead/actions/aria-snapshot.yml | 2 ++ .../beta/subhead/danger/aria-snapshot.yml | 1 + .../beta/subhead/default/aria-snapshot.yml | 1 + .../spacing_spacious/aria-snapshot.yml | 1 + .../beta/text/default/aria-snapshot.yml | 1 + .../timeline_item/default/aria-snapshot.yml | 2 ++ .../truncate/max_widths/aria-snapshot.yml | 1 + .../primer/box/border/aria-snapshot.yml | 1 + .../box/border_bottom/aria-snapshot.yml | 1 + .../forms/action_menu_form/aria-snapshot.yml | 4 ++++ .../after_content_form/aria-snapshot.yml | 4 ++++ .../aria-snapshot.yml | 8 +++++++ .../auto_complete_form/aria-snapshot.yml | 4 ++++ .../caption_template_form/aria-snapshot.yml | 18 +++++++++++++++ .../check_box_group_form/aria-snapshot.yml | 8 +++++++ .../aria-snapshot.yml | 8 +++++++ .../forms/composed_form/aria-snapshot.yml | 6 +++++ .../aria-snapshot.yml | 11 +++++++++ .../forms/horizontal_form/aria-snapshot.yml | 9 ++++++++ .../aria-snapshot.yml | 7 ++++++ .../forms/invalid_form/aria-snapshot.yml | 5 ++++ .../forms/multi_input_form/aria-snapshot.yml | 12 ++++++++++ .../multi_text_field_form/aria-snapshot.yml | 5 ++++ .../aria-snapshot.yml | 3 +++ .../radio_button_group_form/aria-snapshot.yml | 8 +++++++ .../aria-snapshot.yml | 12 ++++++++++ .../forms/select_form/aria-snapshot.yml | 15 ++++++++++++ .../single_text_field_form/aria-snapshot.yml | 3 +++ .../submit_button_form/aria-snapshot.yml | 8 +++++++ .../aria-snapshot.yml | 5 ++++ 369 files changed, 1386 insertions(+) create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/heading/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_active/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_leading_trailing_visual/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_trailing_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/item_with_description_inline/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_list/long_label_with_tooltip/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/multiple_selected_items/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_select_with_internal_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/single_selected_item/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/wide/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_groups/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_menu/with_items_and_groups/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/auto_complete/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/dismissible/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_success/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/scheme_warning/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/banner/with_action_content/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/scheme_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/button_marketing/sizes_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/check_box_group/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/dialog_inside_overlay/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/initally_open/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/left_side/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/right_side/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/scroll_container/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dialog/with_auto_complete/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/dropdown/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hellip_button/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/hidden_text_expander/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/gutter_none/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_col_placement_start/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/layout/sidebar_width_narrow/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/menu/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/multi_input/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/octicon_symbols/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/checked/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/invalid/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/radio_button_group/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/full_width_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icon_only_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/icons_and_text_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/trailing_label_width_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_label_and_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_link_as_tag/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/segmented_control/with_subhead_actions/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/invalid/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/not_full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select/with_validation_message/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_description/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/custom_loading_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_initial_failure/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/eventually_local_fetch_no_results/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/footer_buttons/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/list_of_links/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/local_fetch_no_results/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/multiselect_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/no_values/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_filter_failure/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_initial_failure/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/remote_fetch_no_results/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/single_select_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_avatar_items/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_dynamic_label_and_aria_prefix/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_leading_icons/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_subtitle/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/select_panel/with_trailing_icons/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_extra/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_nav/with_icons_and_counters/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tab_panels/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/invalid/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/not_full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_area/with_validation_message/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_action_menu/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_leading_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/input_group_trailing_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/inset/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/invalid/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/monospace/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/not_full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/show_clear_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_large/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/size_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_caption/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_leading_visual/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_placeholder/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_counter/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_icon/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_long_text/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_trailing_text/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/text_field/with_validation_message/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/checked_disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/disabled/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_a_bad_src/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/toggle_switch/with_status_label_position_end/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_e/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_n/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_ne/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_nw/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_s/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_se/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_sw/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot--after-interaction.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/tooltip/tooltip_w/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_nav/with_icons_and_counters/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_actions/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/underline_panels/with_icons_and_counters/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/large/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/leading_visual/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/medium/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/trailing_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/auto_complete/visually_hide_label/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_circle/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/shape_square/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_16/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_20/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_24/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_32/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_40/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_48/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_64/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar/size_80/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_2/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/avatar_3/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/avatar_stack/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/description/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/full/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/loading/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/option_border/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/primary_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/secondary_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_icon/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/blankslate/with_image/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_condensed/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/padding_spacious/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/border_box/row_colors/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_beta_truncate/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/breadcrumbs/with_deprecated_truncate/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/all_schemes/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/full_width/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/inactive/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/invisible_all_visuals/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/label_wrap/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/leading_visual_svg/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_as_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/link_scheme_label_wrap/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/small_scheme_one_character/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/summary_as_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_counter/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button/trailing_visual/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/icon_buttons/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/multiple_tags/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/split_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_clipboard_copy_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/button_group/with_menu_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy/text/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/clipboard_copy_button/with_tooltip/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/close_button/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_primary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/color_scheme_secondary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_above_1000/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_below_1000/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_greater_than_custom_limit/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/rounding_large_number_less_than_custom_limit/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/counter/with_text/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_success/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/color_scheme_warning/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_dismissible/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_full/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/flash/options_with_icon/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/heading/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/invisible/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/link_as_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/primary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/icon_button/summary_as_button/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_accent/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_attention/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_done/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_primary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_secondary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_severe/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_sponsors/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/color_scheme_success/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/inline_inline/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/label/size_large/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_primary_muted/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/color_scheme_secondary_muted/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/link/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/long_label_with_tooltip/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/show_more_item/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/nav_list/trailing_action/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/octicon/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_left/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/bottom_right/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/large/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_left/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/popover/top_right/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_large/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/progress_bar/size_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/link_with_tooltip/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/relative_time/no_title_attribute/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/spinner/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/sizes_small/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_closed/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_merged/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/state/states_open/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/actions/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/danger/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/subhead/spacing_spacious/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/text/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/timeline_item/default/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/beta/truncate/max_widths/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/box/border_bottom/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/action_menu_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/after_content_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/array_check_box_group_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/caption_template_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_group_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/check_box_with_nested_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/composed_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/example_toggle_switch_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/horizontal_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/immediate_validation_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/invalid_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_input_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/name_with_question_mark_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_group_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/radio_button_with_nested_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/select_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/single_text_field_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/aria-snapshot.yml create mode 100644 .playwright/screenshots/snapshots.test.ts-snapshots/primer/forms/text_field_and_checkbox_form/aria-snapshot.yml 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