Closed
Bug 1461889
Opened 7 years ago
Closed 7 years ago
[e2e-tests] Remove test_that_only_(plugin, browser)_reports_have_(plugin, browser)_icon tests
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stephend, Assigned: stephend)
References
()
Details
Attachments
(1 file)
In the e2e-tests world, the 3rd and 4th most-expensive tests (in terms of execution times) are:
* test_that_only_plugin_reports_have_plugin_icon @ ~ 45 seconds
* test_that_only_browser_reports_have_browser_icon @ 42 seconds
Doesn't seem worth it, and it's an easy removable for both the tests and their page objects.
Tests: https://github.com/mozilla-services/socorro/blob/e8b1c040ccbbb705b978cc8bbcfc540aeb90eab7/e2e-tests/tests/test_crash_reports.py#L147-L189
Page objects:
| Assignee | ||
Comment 1•7 years ago
|
||
Oops; bitten by the old "hit the Enter key too soon" bug!
(Page objects): https://github.com/mozilla-services/socorro/blob/e8b1c040ccbbb705b978cc8bbcfc540aeb90eab7/e2e-tests/pages/crash_stats_top_crashers_page.py#L117-L137 - just the lines with "browser" and "plugin," there, since I'm too lazy to figure out the perfect line-specific permalink in GitHub.
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/2a7d9bab3472b8fdbfd74f0647449ad761428dfa
Bug 1461889 - [e2e-tests] Remove test_that_only_(plugin, browser)_reports_have_(plugin, browser)_icon tests
https://github.com/mozilla-services/socorro/commit/42ab16f0129b6c2590baed1b0a6da6e440fd21c1
Merge pull request #4447 from stephendonner/remove-browser-plugin-icon-tests
Bug 1461889 - [e2e-tests] Remove test_that_only_(plugin, browser)_reports_have_(plugin, browser)_icon tests
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•