From Fedora Project Wiki
(add testcase for addons compatibility) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Ensure the {{package|firefox}} package is installed | # Ensure the {{package|firefox}} package is installed | ||
# Install all packaged firefox extensions: | # Install all packaged firefox extensions: {{command|dnf install mozilla-\*}} | ||
|actions= | |actions= | ||
# Run Firefox - you can use the menu system or the run dialog or a console | # Run Firefox - you can use the menu system or the run dialog or a console | ||
Line 12: | Line 12: | ||
[[Category:Package_firefox_test_cases]] | [[Category:Package_firefox_test_cases]] | ||
[[Category:Critical_path_test_cases]] | [[Category:Critical_path_test_cases]] | ||
[[Category:GNOME default application test cases]] |
Latest revision as of 10:13, 12 August 2022
Description
This test case tests whether packaged firefox extensions work with firefox
Setup
- Ensure the
firefox
package is installed - Install all packaged firefox extensions:
dnf install mozilla-\*
How to test
- Run Firefox - you can use the menu system or the run dialog or a console
- Go to the addons/extensions overview
Expected Results
- All extensions should be enabled and no message regarding version incompatibilities should be displayed.