spec: fix discussions_show_page_any_user_spec
Change-Id: I65a8442d479b2bfd05f19f141a99842477c46435 Reviewed-on: https://gerrit.instructure.com/65991 Tested-by: Jenkins Reviewed-by: Jeremy Stanley <jeremy@instructure.com> Product-Review: James Williams <jamesw@instructure.com> QA-Review: James Williams <jamesw@instructure.com>
This commit is contained in:
parent
d59a97d63a
commit
ae73f86187
|
@ -329,7 +329,7 @@ describe "discussions" do
|
|||
end
|
||||
|
||||
it "should edit a side comment", priority: "1", test_id: 345491 do
|
||||
edit_text = 'this has been edited '
|
||||
edit_text = 'this has been edited'
|
||||
text = "new side comment from somebody"
|
||||
entry = topic.discussion_entries.create!(:user => somebody, :message => text, :parent_entry => entry)
|
||||
expect(topic.discussion_entries.last.message).to eq text
|
||||
|
|
Loading…
Reference in New Issue