From ec87e5310ad038abe4b2b329897638d866bf549a Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 14 Aug 2018 08:28:31 -0400 Subject: Revert "Bug 1456878 - Support markdown comments" This reverts commit fd850e00db835d2b84c59014c3b1021fea2294fc. --- qa/t/test_time_summary.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'qa/t') diff --git a/qa/t/test_time_summary.t b/qa/t/test_time_summary.t index 334b9a9f7..504c864f2 100644 --- a/qa/t/test_time_summary.t +++ b/qa/t/test_time_summary.t @@ -36,9 +36,7 @@ $sel->click_ok("link=bug $test_bug_1"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_like(qr/^$test_bug_1/, "Display bug $test_bug_1"); $sel->is_text_present_ok("I did some work"); -# Test below is broken after adding support for Markdown. -# Manually verified that this works properly...could be a bug with selenium. -# $sel->is_text_present_ok("Hours Worked: 2.6"); +$sel->is_text_present_ok("Hours Worked: 2.6"); # Let's call summarize_time.cgi directly, with no parameters. -- cgit v1.2.3-24-g4f1b