From 8fa143fbafb58afdb392a71d8ed3c980970a9dba Mon Sep 17 00:00:00 2001 From: Birgit Pauli-Haack Date: Fri, 7 Feb 2025 11:58:23 +0100 Subject: [PATCH] Update a11y-test: (#111) - fixes #100 - use login shorthand, - update installTheme + use tt5 --- blueprints/theme-a11y-test/blueprint.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/blueprints/theme-a11y-test/blueprint.json b/blueprints/theme-a11y-test/blueprint.json index b723858..b764ec4 100644 --- a/blueprints/theme-a11y-test/blueprint.json +++ b/blueprints/theme-a11y-test/blueprint.json @@ -13,30 +13,29 @@ "features": { "networking": true }, + "login":true, "plugins": ["create-block-theme"], "steps": [ - { - "step": "login" - }, + { "step": "importWxr", "file": { "resource": "url", - "url": "https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml" + "url": "https://github.com/wpaccessibility/a11y-theme-unit-test/blob/master/a11y-theme-unit-test-data.xml" } }, { "step": "importWxr", "file": { "resource": "url", - "url": "https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml" + "url": "https://github.com/WordPress/theme-test-data/blob/master/themeunittestdata.wordpress.xml" } }, { "step": "installTheme", - "themeZipFile": { + "themeData": { "resource": "wordpress.org/themes", - "slug": "twentytwentyfour" + "slug": "twentytwentyfive" }, "options": { "activate": true