Skip to content

Commit

Permalink
Fix test in navigation_steps.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bisht-richa committed Nov 28, 2024
1 parent be00877 commit 127b6d8
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 @@ -877,7 +877,7 @@
When(/^I enter "([^"]*)" as the filtered latest package$/) do |input|
raise ArgumentError, 'Package name is not set' if input.empty?

find('input[placeholder=\'Filter by Latest Package: \']').set(input)
find('input[placeholder=\'Filter by Package Name: \']').set(input)
end

When(/^I enter "([^"]*)" as the filtered synopsis$/) do |input|
Expand Down

0 comments on commit 127b6d8

Please sign in to comment.