Skip to content

Commit 8fa143f

Browse files
authored
Update a11y-test: (#111)
- fixes #100 - use login shorthand, - update installTheme + use tt5
1 parent 5f59fcd commit 8fa143f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

blueprints/theme-a11y-test/blueprint.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,29 @@
1313
"features": {
1414
"networking": true
1515
},
16+
"login":true,
1617
"plugins": ["create-block-theme"],
1718
"steps": [
18-
{
19-
"step": "login"
20-
},
19+
2120
{
2221
"step": "importWxr",
2322
"file": {
2423
"resource": "url",
25-
"url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml"
24+
"url": "https://github.com/wpaccessibility/a11y-theme-unit-test/blob/master/a11y-theme-unit-test-data.xml"
2625
}
2726
},
2827
{
2928
"step": "importWxr",
3029
"file": {
3130
"resource": "url",
32-
"url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml"
31+
"url": "https://github.com/WordPress/theme-test-data/blob/master/themeunittestdata.wordpress.xml"
3332
}
3433
},
3534
{
3635
"step": "installTheme",
37-
"themeZipFile": {
36+
"themeData": {
3837
"resource": "wordpress.org/themes",
39-
"slug": "twentytwentyfour"
38+
"slug": "twentytwentyfive"
4039
},
4140
"options": {
4241
"activate": true

0 commit comments

Comments
 (0)