Tests for dashboard projects fixed
This commit is contained in:
parent
804ae05c58
commit
fce22dfa2f
3 changed files with 9 additions and 7 deletions
|
@ -11,7 +11,10 @@ class Dashboard < Spinach::FeatureSteps
|
|||
|
||||
Given 'I search for "Sho"' do
|
||||
fill_in "dashboard_projects_search", with: "Sho"
|
||||
click_button "Search"
|
||||
|
||||
within ".dashboard-search-filter" do
|
||||
find('button').click
|
||||
end
|
||||
end
|
||||
|
||||
Then 'I should see "Shop" project link' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue