Skip to content

Commit

Permalink
Updated test #258
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 22, 2024
1 parent 958caa8 commit 1ae9fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-test/groovy/pages/MultiInput.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class MultiInput extends Module {
static content = {
addItem(required: true) { $("multi-input i.fa-plus.fa") }
inputItem(required: false) { $("multi-input input") }
removeItem(required: false) { $("multi-input span.add-on") }
removeItem(required: false) { $("multi-input span.input-group-text") }
}
}

0 comments on commit 1ae9fb8

Please sign in to comment.