Skip to content

Commit

Permalink
FIXUP - test race
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 29, 2023
1 parent 49a1e1d commit 229f499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-storage-stratis
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class TestStorageStratis(storagelib.StorageCase):
b.click(self.card_row("Stratis filesystems", 1))
b.click(self.card_desc_action("Stratis filesystem", "Name"))
self.dialog({'name': "fsys1-renamed"})
b.wait_text(self.card_desc("Stratis filesystem", "Name"), "fsys1-renamed")
b.click(self.card_parent_link())
b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1-renamed")

Expand Down

0 comments on commit 229f499

Please sign in to comment.