From df56f0cdbf48b6f3da1526a28bcd3f8f6729fd94 Mon Sep 17 00:00:00 2001 From: Emily <92288602+burtonemily@users.noreply.github.com> Date: Fri, 9 Jun 2023 11:20:24 +1000 Subject: [PATCH] Adds in hardcoded accessibility ids for automated tests --- ts/test/automation/types/testing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/test/automation/types/testing.ts b/ts/test/automation/types/testing.ts index a9e67579f..fe78b9a51 100644 --- a/ts/test/automation/types/testing.ts +++ b/ts/test/automation/types/testing.ts @@ -73,4 +73,4 @@ export type DataTestId = | "new-closed-group-name" | "next-button" | "link-device" -| "group-name-input" \ No newline at end of file +| "group-name-input" \ No newline at end of file