Skip to content

Commit

Permalink
Correct placeholder name
Browse files Browse the repository at this point in the history
  • Loading branch information
elariekerboull authored Aug 3, 2023
1 parent f387526 commit 9f91c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/features/step_definitions/navigation_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@
end

When(/^I enter "([^"]*)" as the filtered formula name$/) do |input|
find("input[placeholder='Filter by formula name: ']").set(input)
find("input[placeholder='Filter by formula name']").set(input)
end

When(/^I enter the package for "([^"]*)" as the filtered package name$/) do |host|
Expand Down

0 comments on commit 9f91c6d

Please sign in to comment.