Skip to content

Commit 7c59b29

Browse files
authoredJan 16, 2025··
Introduce ARIA snapshot tests for all components (#3271)
1 parent 43e621e commit 7c59b29

File tree

373 files changed

+1434
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+1434
-65
lines changed
 

‎.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: |
219219
USE_BROWSER=firefox bundle exec rake test:system
220220
visual:
221-
name: Visual Regressions
221+
name: Visual and Semantic Markup Regressions
222222
if: ${{ github.event_name == 'pull_request' }}
223223
timeout-minutes: 20
224224
runs-on: ubuntu-latest-8-cores
@@ -257,17 +257,17 @@ jobs:
257257
uses: stefanzweifel/git-auto-commit-action@v5
258258
with:
259259
commit_message: Generating component snapshots
260-
file_pattern: .playwright/screenshots/**/*.png
260+
file_pattern: .playwright/screenshots/**/*.png .playwright/screenshots/**/*.yml
261261
- name: "Changes detected"
262262
if: steps.auto-commit.outputs.changes_detected == 'true'
263263
uses: phulsechinmay/rewritable-pr-comment@v0.3.0
264264
with:
265265
message: |
266-
### ⚠️ Visual differences found
266+
### ⚠️ Visual or Semantic markup differences found
267267
268-
Our visual comparison tests found UI differences. Please review the differences by viewing the files changed tab to ensure that the changes were intentional.
268+
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.
269269
270-
[Review visual differences](https://github.com/primer/view_components/pull/${{ github.event.number }}/files?file-filters%5B%5D=.png&show-viewed-files=false)
270+
[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)
271271
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
272272
COMMENT_IDENTIFIER: 'visual-comparison-diff'
273273
- uses: actions/upload-artifact@v4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- toolbar:
2+
- button "Search"
3+
- button "Edit"
4+
- button "Archive"
5+
- button "Heart"
6+
- button "Bookmark"
7+
- button "Mention"
8+
- button "Attach"

0 commit comments

Comments
 (0)
Please sign in to comment.