From Fedora Project Wiki

(Created page with "{{QA/Test_Case |description= |setup= {{Testcase_gnome-shell_generic_setup}} # Make sure you have {{package|gnome-tweak-tool}} installed using {{package|gnome-packagekit}} or via...")
 
(improve formatting)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|description=  
|description=  
|setup=
|setup=
{{Testcase_gnome-shell_generic_setup}}
# Follow the testing steps for [[QA:Testcase_gnome-shell_extensions_install|extension installation]] and [[QA:Testcase_gnome-shell_extensions_gnome_org|extensions.gnome.org]].
# Make sure you have {{package|gnome-tweak-tool}} installed using {{package|gnome-packagekit}} or via running: ''yum install gnome-tweak-tool''
# Have several extensions installed as in [[QA:Testcase_gnome-shell_extensions_install|previous]] case.
|actions=
|actions=
# |results=
# In the ''Extensions'' app, remove an extension from the ''"Manually Installed"'' section.
# }}
# Using DNF, remove the package for an extension that you previously installed using the package manager.
|results=
# The ''Extensions'' app should successfully remove extensions in the ''"Manually Installed"'' section.
# DNF should successfully remove extension packages.
# After removal, the removed extensions should no longer be listed in the ''Extensions'' app or <code>gnome-extensions list</code> command.
}}
[[Category:Package_gnome-shell_test_cases]]
[[Category:Package_gnome-shell_test_cases]]

Latest revision as of 17:42, 2 March 2023

Description

Setup

  1. Follow the testing steps for extension installation and extensions.gnome.org.

How to test

  1. In the Extensions app, remove an extension from the "Manually Installed" section.
  2. Using DNF, remove the package for an extension that you previously installed using the package manager.

Expected Results

  1. The Extensions app should successfully remove extensions in the "Manually Installed" section.
  2. DNF should successfully remove extension packages.
  3. After removal, the removed extensions should no longer be listed in the Extensions app or gnome-extensions list command.