Skip to content

Commit

Permalink
Merge pull request uyuni-project#9472 from uyuni-project/search-packa…
Browse files Browse the repository at this point in the history
…ge-place-holder

Fixed place holder message text in Upgrade package page
  • Loading branch information
bisht-richa authored Nov 28, 2024
2 parents 6e7660a + 127b6d8 commit 484a730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,7 @@ button below, and &lt;b&gt;will be unable to log back in&lt;/b&gt;.</source>
</context-group>
</trans-unit>
<trans-unit id="upgradable.jsp.latest" xml:space="preserve">
<source>Latest Package</source>
<source>Package Name</source>
<context-group name="ctx">
<context context-type="sourcefile">/rhn/systems/details/packages/UpgradableList</context>
</context-group>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Search input placeholder text change on the Upgrade package page
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 484a730

Please sign in to comment.