summaryrefslogtreecommitdiffstats
path: root/qa
AgeCommit message (Collapse)AuthorFilesLines
2018-01-08Bug 1428642 - Fix minor bugs on new global headerKohei Yoshino4-5/+5
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select
2018-01-04fix tests that rely on error messages preserving the case of bug aliasesDylan William Hardison1-1/+1
2018-01-04fix tests that rely on error messages prior to bug 1426475Dylan William Hardison4-4/+4
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-3/+3
2017-12-21Bug 1424408 - "Sign in with GitHub" button triggers a bugzilla security ↵Dylan William Hardison1-1/+1
error, if I'm viewing a page with e.g. "t=" in the URL
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino3-18/+25
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison5-39/+19
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino9-14/+14
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino3-4/+4
2017-12-01fix test test_custom_fields.tDylan William Hardison1-0/+1
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison6-113/+18
Data::Password::passwdqc
2017-08-07Bug 1383355 - Migrate CI tests from taskcluster to CircleCIDylan William Hardison7-13/+47
2017-04-05[testing] refresh page after setting createemailregexpDylan William Hardison1-0/+2
2017-04-04[tests] title fixDylan William Hardison1-1/+1
2017-04-04use login page rather than top login [testing]Dylan William Hardison1-4/+5
2017-02-07- Update qa/t/test_create_user_accounts.t for Bug 1321592 - Update Bugzilla ↵David Lawrence1-0/+6
Etiquette and add Abuse Policy
2017-01-27Bug 1334560 - test_search.t and test_shared_searches.t need to be updated ↵David Lawrence2-3/+3
due to commit of bug 1333942
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵Dylan William Hardison66-72/+66
setup with the vendor bundles
2016-12-20Revert "Bug 1321592 - Update Bugzilla Etiquette and add Abuse Policy"David Lawrence1-6/+0
This reverts commit 40e9efa1820f3d4b7e715c29b8b942e862540d62.
2016-12-20Bug 1321592 - Update Bugzilla Etiquette and add Abuse PolicyDavid Lawrence1-0/+6
- Fix test_create_user_accounts.t test script
2016-09-15Bug 1297522 - changes to legal formroot1-0/+1
- Fix broken test_bmo_enter_bug.cgi test (take 2)
2016-09-15Bug 1297522 - changes to legal formroot1-6/+4
- Fix broken test_bmo_enter_bug.cgi test
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison4-0/+281
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison4-281/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison4-0/+281
local symlink to data/ directory
2016-08-29- docker-bmo-ci installs to /var/www/html/bmo nowDavid Lawrence1-2/+2
2016-03-03Bug 1252735 - test_email_preferences.t selenium test is intermittently failingDavid Lawrence1-1/+1
- Archiving the test caused test_qa_contact.t to fail due to a bug in the test that relied on the archived test to set a preference to enabled. An accidental side effect. Changing generate_test_data.pl to always add preferences as enabled by default since BMO does not display displayed preferences.
2016-03-03Bug 1252735 - selenium tests are failingDavid Lawrence1-0/+0
- Archiving test script for now til a future time it can be fixed
2016-02-02Bug 1245003 - increase the apache sizelimit used by the taskcluster imageDavid Lawrence1-0/+1
2015-11-10Bug 1221423 - unable to impersonate users when 2fa is enabled (Fix test bustage)David Lawrence1-12/+7
2015-11-02Bug 1207721 - change the insider group from core-security to ↵Dylan Hardison2-156/+1
core-security-release
2015-10-21Bug 1209599 - fix test failuresDavid Lawrence1-5/+5
2015-09-30Bug 1207721 - backed out for causing test failuresByron Jones1-1/+1
2015-09-30Bug 1207721 - consider using a broader group as the insider-group (instead ↵Byron Jones1-1/+1
of core-security)
2015-09-15Bug 1204704: Backport upstream testsuite changes to test against bug 1202447David Lawrence2-2/+10
2015-09-10Bug 1202461 - update test script for account creationDavid Lawrence1-2/+22
2015-09-09Bug 1202461: further test script updatesByron Jones1-2/+4
2015-09-09Bug 1202461 - update test script for account creationByron Jones1-12/+4
2015-09-02Bug 1196618 - fix test failuresByron Jones3-0/+3
2015-07-28no bug - fix permissionsByron Jones1-0/+0
2015-07-27Bug 1171806 - add the ability for a user to disable/"remove" their own ↵Byron Jones1-0/+6
account (update more test scripts)
2015-07-27Bug 1171806 - (update test scripts)Byron Jones2-2/+5
2015-07-27no bug - QA scripts should honour bugzilla_installation paramByron Jones1-1/+2
2015-07-17Bug 1184984 - Current Selenium tests are failing due to changes made by bug ↵David Lawrence5-3/+9
1173442
2015-07-17Bug 1183524 - api bustage caused by bug 1173442David Lawrence1-0/+9
2015-07-08Bug 1181759 - After bug 1181410, test_bug_edit.t is failing due to change in ↵David Lawrence1-1/+1
error message wording
2015-07-06Bug 1172968: Move the scripts we want to keep from contrib/* and place them ↵David Lawrence1-1/+1
in scripts/ directory. Remove contrib from repo
2015-06-28Bug 1178301: webservice_bug_update.t Parse errors: Bad plan. You planned ↵David Lawrence1-1/+1
927 tests but ran 921
2015-06-28Bug 1144485 - Adapt upstream Selenium test suite to BMODavid Lawrence1-1/+1
- Erroneous bug id in selenium_test.conf. Needs to be 'bmo' instead.
2015-06-28Bug 1144485 - Adapt upstream Selenium test suite to BMODavid Lawrence1-8/+8
- Revert debugging changes :(