From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test cases covers update features of GNOME Software. |setup= * Ensure that GNOME Software is installed, and launch it. |actions= # Try to inst...")
 
(comment out category memberships, drafts should not be in real categories)
 
Line 18: Line 18:
# After the system restarts, no regression should be noted
# After the system restarts, no regression should be noted
}}
}}
<!--
[[Category:GNOME default application test cases]]
[[Category:GNOME default application test cases]]
[[Category:Package_gnome-software_test_cases]]
[[Category:Package_gnome-software_test_cases]]
--!>

Latest revision as of 15:49, 11 August 2022

Description

This test cases covers update features of GNOME Software.

Setup

  • Ensure that GNOME Software is installed, and launch it.

How to test

  1. Try to install an older version of software from Koji

$ sudo dnf install koji
$ koji download-build --arch=x86_64 mediawriter-4.2.2-4.fc36
$ sudo dnf install package-v0.0.0-0.fcxx

  1. Open Gnome Software and head to the Updates tab
  2. On the left will a refresh button, hit it and wait a few moments

Expected Results

  1. You should be able to see the latest version of software that you downgraded.
  2. Hit Download button
  3. Gnome Software should be able to install the software
  4. After the system restarts, no regression should be noted