Skip to content

Commit

Permalink
tests: TestMachines.testStoragePool fix selector
Browse files Browse the repository at this point in the history
Commit c1b1e83 broke that test.
  • Loading branch information
KKoukiou authored and marusak committed Oct 21, 2020
1 parent 655888f commit aa08da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-machines
Expand Up @@ -3695,7 +3695,7 @@ class TestMachines(MachineCase, StorageHelpers, NetworkHelpers):
b.wait_in_text("body", "Virtual machines")
self.waitVmRow("subVmTest1")

b.wait_in_text("#card-pf-storage-pools .card-pf-title-link", "1 Network")
b.wait_in_text("#card-pf-storage-pools .card-pf-title-link", "1 Storage pool")
b.wait_in_text("#card-pf-storage-pools .pf-c-card__header button", "Storage pool")

# prepare libvirt storage pools
Expand Down

0 comments on commit aa08da0

Please sign in to comment.