Skip to content

Commit 00f953b

Browse files
authored
Merge branch 'main' into fix/stylelint-auto-fixes
2 parents fab9779 + 61d0a12 commit 00f953b

File tree

87 files changed

+3215
-422
lines changed

Some content is hidden

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

87 files changed

+3215
-422
lines changed

.github/workflows/tests-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: sleep 10
9090

9191
- name: Restore cached setup
92-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
92+
uses: actions/cache/restore@v4
9393
with:
9494
fail-on-cache-miss: true
9595
path: |
@@ -155,7 +155,7 @@ jobs:
155155
run: sleep 10
156156

157157
- name: Restore cached setup
158-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
158+
uses: actions/cache/restore@v4
159159
with:
160160
fail-on-cache-miss: true
161161
path: |
@@ -319,4 +319,4 @@ jobs:
319319
"${{ github.event.pull_request.number }}" \
320320
"${{ github.head_ref }}" \
321321
"completed"
322-
#### END Deployment and commenting (non-forked PRs only)
322+
#### END Deployment and commenting (non-forked PRs only)

.github/workflows/update-locales.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
if: github.event_name == 'workflow_dispatch' || (github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.head_ref, 'version-bump-'))
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@v5
19+
1720
- name: Setup Frontend
1821
uses: ./.github/actions/setup-frontend
1922

browser_tests/fixtures/VueNodeHelpers.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ export class VueNodeHelpers {
2424
* Get locator for selected Vue node components (using visual selection indicators)
2525
*/
2626
get selectedNodes(): Locator {
27-
return this.page.locator(
28-
'[data-node-id].outline-black, [data-node-id].outline-white'
29-
)
27+
return this.page.locator('[data-node-id].outline-node-component-outline')
3028
}
3129

3230
/**
-33 Bytes
Loading
-29 Bytes
Loading
3 Bytes
Loading
-83 Bytes
Loading
-12 Bytes
Loading
27 Bytes
Loading
-19 Bytes
Loading

0 commit comments

Comments
 (0)