Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agama-project/agama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4a7754add3910c7690031c88349a1bd1a59b248e
Choose a base ref
..
head repository: agama-project/agama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72b7a57674ff1f9060b97d861dee77b44098f6ea
Choose a head ref
Showing with 12 additions and 0 deletions.
  1. +12 −0 web/src/components/storage/ProposalResultSection.test.jsx
12 changes: 12 additions & 0 deletions web/src/components/storage/ProposalResultSection.test.jsx
Original file line number Diff line number Diff line change
@@ -82,6 +82,18 @@ describe("ProposalResultSection", () => {
* "Unused space 1 GiB"
* "vdc4 Linux Resized 514 MiB 1.5 GiB"
* "vdc5 / New Btrfs Partition 17.5 GiB"
*
* Device Mount point Details Size
* -------------------------------------------------------------------------
* /dev/vdc Disk GPT 30 GiB
* vdc1 New BIOS Boot Partition 8 MiB
* vdc3 swap New Swap Partition 1.5 GiB
* Unused space 3.49 GiB
* vdc2 openSUSE Leap 15.2, Fedora 10.30 5 GiB
* Unused space 1 GiB
* vdc4 Linux Resized 514 MiB 1.5 GiB
* vdc5 / New Btrfs Partition 17.5 GiB
* -------------------------------------------------------------------------
*/
within(treegrid).getByRole("row", { name: "/dev/vdc Disk GPT 30 GiB" });
within(treegrid).getByRole("row", { name: "vdc1 New BIOS Boot Partition 8 MiB" });