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]",