mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
fixes failing team.feature:19 scenario
This commit is contained in:
parent
e2af987b80
commit
f224629259
1 changed files with 1 additions and 0 deletions
|
@ -120,5 +120,6 @@ Then(/^I change "([^"]*)" with "([^"]*)" in "([^"]*)" textarea field$/) do |old_
|
|||
end
|
||||
|
||||
Then(/^I should see "([^"]*)" on "([^"]*)" element$/) do |text, element|
|
||||
wait_for_ajax
|
||||
expect(find(element)).to have_content(text)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue