Skip to content

Commit 3e37853

Browse files
committed
naughty: Update #4796 for redesigned Storage redesign
1 parent 16b282e commit 3e37853

4 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
File "check-storage-stratis", line *, in testBasic
2-
b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot
2+
b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
File "check-storage-stratis", line *, in testBasic
2-
b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot
2+
b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
File "check-storage-stratis", line *, in testBasic
2-
b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot
2+
b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
File "check-storage-stratis", line *, in testBasic
2-
b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot
2+
b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot

0 commit comments

Comments
 (0)