diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index f3148a88..916ab409 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -73,7 +73,7 @@ expect(page).to have_no_css("#topic .assigned-to") end - xit "can assign the previous assignee" do + it "can assign the previous assignee", capture_log: true do visit "/t/#{topic.id}" topic_page.click_assign_topic @@ -103,7 +103,7 @@ context "when reassign_on_open is set to true" do before { SiteSetting.reassign_on_open = true } - skip "reassigns the topic on open" do + it "reassigns the topic on open", capture_log: true do visit "/t/#{topic.id}" topic_page.click_assign_topic