From 4c67d5e79b060da0c3e60e07331fec1c1ea118a0 Mon Sep 17 00:00:00 2001 From: Michael Wiencek Date: Tue, 23 Jan 2024 23:25:47 -0600 Subject: [PATCH] Remove nonsense commands This is not a checkbox. You can't "check" a textarea. And the edit note was already seeded. --- t/selenium/CAA.json5 | 5 ----- t/selenium/EAA.json5 | 5 ----- 2 files changed, 10 deletions(-) diff --git a/t/selenium/CAA.json5 b/t/selenium/CAA.json5 index 1ad7f66da46..d442b8e0be6 100644 --- a/t/selenium/CAA.json5 +++ b/t/selenium/CAA.json5 @@ -19,11 +19,6 @@ target: "xpath=((//ul[contains(@class, 'checkboxes')])[1]//input[contains(@type, 'checkbox')][contains(@class, 'type')])[1]", value: '', }, - { - command: 'check', - target: "id=id-add-cover-art.edit_note", - value: 'seeded note', - }, { command: 'sendKeys', target: "xpath=(//input[contains(@class, 'comment')])[1]", diff --git a/t/selenium/EAA.json5 b/t/selenium/EAA.json5 index 44d9e359567..dfcc5c052b6 100644 --- a/t/selenium/EAA.json5 +++ b/t/selenium/EAA.json5 @@ -19,11 +19,6 @@ target: "xpath=((//ul[contains(@class, 'checkboxes')])[1]//input[contains(@type, 'checkbox')][contains(@class, 'type')])[1]", value: '', }, - { - command: 'check', - target: "id=id-add-event-art.edit_note", - value: 'seeded note', - }, { command: 'sendKeys', target: "xpath=(//input[contains(@class, 'comment')])[1]",