summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-28 03:07:10 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-28 03:07:10 +0200
commit777ba3eac1eb25e86923f13ab7821b1f604ff868 (patch)
tree8517532453065d20c6412e70917feac377535a0a /qa
parent75575d23cfff3d37ee518a1ddf3e62c72fc2067a (diff)
downloadbugzilla-777ba3eac1eb25e86923f13ab7821b1f604ff868.tar.gz
bugzilla-777ba3eac1eb25e86923f13ab7821b1f604ff868.tar.xz
Bug 1144485 - Adapt upstream Selenium test suite to BMO
- Erroneous bug id in selenium_test.conf. Needs to be 'bmo' instead.
Diffstat (limited to 'qa')
-rw-r--r--qa/config/selenium_test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/config/selenium_test.conf b/qa/config/selenium_test.conf
index 191cf03cc..f0f4ea42a 100644
--- a/qa/config/selenium_test.conf
+++ b/qa/config/selenium_test.conf
@@ -17,7 +17,7 @@
'port' => 4444,
'browser_url' => 'http://localhost',
'attachment_file' => '/home/bugzilla/devel/htdocs/bmo/qa/config/patch.diff',
- 'bugzilla_installation' => '1144485',
+ 'bugzilla_installation' => 'bmo',
'bugzilla_path' => '/home/bugzilla/devel/htdocs/bmo',
'test_bug_1' => 1,
'test_bug_2' => 2,