summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-14 14:28:31 +0200
committerGitHub <noreply@github.com>2018-08-14 14:28:31 +0200
commitec87e5310ad038abe4b2b329897638d866bf549a (patch)
tree08a5486b897f5321a4aafd04f1afbec19ca597d9 /qa
parentea5beeacb185309572836cc60989f95ea4705f9d (diff)
downloadbugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.gz
bugzilla-ec87e5310ad038abe4b2b329897638d866bf549a.tar.xz
Revert "Bug 1456878 - Support markdown comments"
Diffstat (limited to 'qa')
-rw-r--r--qa/t/test_time_summary.t4
1 files changed, 1 insertions, 3 deletions
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.