From Fedora Project Wiki
(use command template) |
No edit summary |
||
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: {{command| | # 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 |
Revision as of 16:04, 10 February 2017
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.