Skip to content

Commit

Permalink
Remove nonsense commands
Browse files Browse the repository at this point in the history
This is not a checkbox. You can't "check" a textarea. And the edit note was
already seeded.
  • Loading branch information
mwiencek committed Jan 24, 2024
1 parent c114509 commit 4c67d5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions t/selenium/CAA.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down
5 changes: 0 additions & 5 deletions t/selenium/EAA.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 4c67d5e

Please sign in to comment.