Skip to content

Commit

Permalink
FEATURE : Grant access to edit a document to a user (see #7)
Browse files Browse the repository at this point in the history
Co-Authored-By: petitfa1 <115662302+petitfa1@users.noreply.github.com>
Co-Authored-By: Louis Duhal Berruer <19203540+louisduhalberruer@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 7, 2024
1 parent c669678 commit d8566a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/outcome.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
find('.navbar').click
find('.editable.content').trigger("click")
find('.navbar').trigger("click")
expect(find('.editable.content', match: :first).text).not_to match 'content'
expect(page).not_to have_selector('.editable.content', text: 'content')
sign_out
end

Expand All @@ -98,6 +98,6 @@
find('.editable.content').trigger("click")
find('.navbar').trigger("click")
find('.navbar').trigger("click")
expect(find('.editable.content', match: :first).text).not_to match 'content'
expect(page).not_to have_selector('.editable.content', text: 'content')
sign_out
end

0 comments on commit d8566a2

Please sign in to comment.