diff --git a/naughty/arch/4796-stratis-runs-clevis-too-early b/naughty/arch/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/arch/4796-stratis-runs-clevis-too-early +++ b/naughty/arch/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/fedora-38/4796-stratis-runs-clevis-too-early b/naughty/fedora-38/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/fedora-38/4796-stratis-runs-clevis-too-early +++ b/naughty/fedora-38/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/fedora-39/4796-stratis-runs-clevis-too-early b/naughty/fedora-39/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/fedora-39/4796-stratis-runs-clevis-too-early +++ b/naughty/fedora-39/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot diff --git a/naughty/rhel-9/4796-stratis-runs-clevis-too-early b/naughty/rhel-9/4796-stratis-runs-clevis-too-early index 98b51a196b..eb058265d5 100644 --- a/naughty/rhel-9/4796-stratis-runs-clevis-too-early +++ b/naughty/rhel-9/4796-stratis-runs-clevis-too-early @@ -1,2 +1,2 @@ File "check-storage-stratis", line *, in testBasic - b.wait_visible(self.card("Encrypted Stratis pool")) # should be started after boot + b.wait_text(self.card_row_col("Stratis filesystems", 1, 1), "fsys1") # should be started after boot