diff --git a/spec/system/page_objects/pages/topic.rb b/spec/system/page_objects/pages/topic.rb index 81f0a0cb..1622e7dc 100644 --- a/spec/system/page_objects/pages/topic.rb +++ b/spec/system/page_objects/pages/topic.rb @@ -67,7 +67,7 @@ def has_assignment_action?(args) post_content.gsub!(%r{]*>(.*?)}, '\1') end - container.has_content?(post_content) + container.has_content?(:all, post_content) end end end