Skip to content

Commit c390c0a

Browse files
authored
Enable visual regression tests (#406)
* Enable visual regression tests again * Generating component snapshots --------- Co-authored-by: HDinger <7457313+HDinger@users.noreply.github.com>
2 parents 81c1158 + 9ed0e87 commit c390c0a

File tree

1,246 files changed

+235
-131
lines changed

Some content is hidden

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

1,246 files changed

+235
-131
lines changed

.github/workflows/test-visual.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ env:
1717
jobs:
1818
visual:
1919
name: Visual and Semantic Markup Regressions
20-
# Temp skip this run
21-
if: ${{ github.event_name == 'pull_request' && false }}
20+
if: ${{ github.event_name == 'pull_request' }}
2221
timeout-minutes: 20
2322
runs-on: ubuntu-latest
2423
steps:
-933 Bytes
-975 Bytes
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
- heading "Action List" [level=3]
22
- list "Action List":
33
- listitem:
4-
- link "Item one"
4+
- link "Item one":
5+
- /url: /
56
- listitem:
6-
- link "Item two"
7+
- link "Item two":
8+
- /url: /
79
- listitem:
8-
- link "Item three"
10+
- link "Item three":
11+
- /url: /
1.17 KB
1.14 KB
1.05 KB
1.05 KB
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Active item"
3+
- link "Active item":
4+
- /url: /
764 Bytes

0 commit comments

Comments
 (0)