Skip to content

Commit

Permalink
test: check no 'enable/disable' in 'Extended attributes' text
Browse files Browse the repository at this point in the history
  • Loading branch information
yunmingyang authored and martinpitt committed Jan 8, 2024
1 parent c3cf721 commit 7793ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/check-machines-filesystems
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class TestMachinesFilesystems(machineslib.VirtualMachinesCase):
b.set_input_text("#vm-subVmTest1-filesystems-modal-mountTag", "dir1")
b.click(".pf-v5-c-expandable-section__toggle")
b.wait_visible("#vm-subVmTest1-filesystems-modal-xattr:not(:checked)")
# Check "Extended attributes" text
b.wait_text('#vm-subVmTest1-filesystems-modal-xattr + label', "Use extended attributes on files and directories")
b.set_checked("#vm-subVmTest1-filesystems-modal-xattr", True)

b.click("#vm-subVmTest1-filesystems-modal-add")
Expand Down

0 comments on commit 7793ee2

Please sign in to comment.