Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Mar 11, 2020
2 parents d234a8e + 9251473 commit daf047e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<textarea
v-model="text"
class="full_width"
placeholder="Write names..."
placeholder="Identifiers, one per line."
rows="10">
</textarea>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<div class="flex-separate">
<template v-if="(Array.isArray(match) && match.length) || Object.keys(match).length">
<span><b>{{ recordId }}</b></span>
<span>{{ Array.isArray(match) ? match.length : Object.keys(match).length }} records.</span>
</template>
<template v-else>
<span>
Expand Down
1 change: 1 addition & 0 deletions spec/support/features/authentication_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def sign_in_with(email, password)
click_button 'sign_in'
find_link('sign_out') # TODO: check for Capybara bug fix down the road?
rescue
puts "<Current.user_id = #{Current.user_id.inspect}; Current.project_id = #{Current.project_id.inspect}>"
puts page.body
raise
end
Expand Down

0 comments on commit daf047e

Please sign in to comment.