Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-22 05:18:03 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-25 04:20:03 +0300
commitd3f24a22219c1706ff580cd00ad9fa519d40a9c9 (patch)
treed5c1b85d30628f32ae6478179dba4ac6ef21b16d /features
parent07ee83932fb755f4e0c89ba3bf172a6ae728d601 (diff)
Adds base64 background search icon.
All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/wiki.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/wiki.rb b/features/steps/project/wiki.rb
index d753ae14590..2a735afbe7b 100644
--- a/features/steps/project/wiki.rb
+++ b/features/steps/project/wiki.rb
@@ -163,7 +163,7 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps
end
step 'I search for Wiki content' do
- fill_in "Search in this project", with: "wiki_content"
+ fill_in "Search", with: "wiki_content"
click_button "Search"
end