Skip to content

Commit

Permalink
fix multi select test
Browse files Browse the repository at this point in the history
  • Loading branch information
delijati committed Nov 14, 2023
1 parent a9be98a commit 5b0bb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deformdemo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3358,7 +3358,7 @@ def test_submit_complex_interaction(self):
seq_height = findcss(".deform-seq-item").size["height"]

persons = findxpaths(
'//div[@class="panel-heading"][contains(text(), "Person")]'
'//div[@class="card-header"][contains(text(), "Person")]'
)

# Move item 3 up two
Expand Down

0 comments on commit 5b0bb0f

Please sign in to comment.