From 7e61a769f9a66f807e3d3ff06ae02ac40032ca40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josip=20Deli=C4=87?= Date: Wed, 15 Nov 2023 00:22:13 +0100 Subject: [PATCH] Fix bootstrap 5 multiselect test (#125) * bootstrap5 * update ci py version * update tox python version * update tox python version * use , sperator in tox passenv * use allowlist_externals * add './' in allowlist_externals * pin selenium version * fix select2 test * fix select2 test * fix select2 multiple test * fix select2 multiple test * fix select2 X test * fix selenium tests * fix linting && use new python, pypy version * fix flake8 * fix restructured text https://stackoverflow.com/a/39720161/1154966 does not work * fix unofficial-deformdemo (it never worked) * removed six; reactivated validation (do we still need it?) * make isort happy * update python version in docs, setup.py; added me to contributors * list specific python versions; update ci python setup * fix multi select test --- deformdemo/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deformdemo/test.py b/deformdemo/test.py index 69efd94..abf719e 100644 --- a/deformdemo/test.py +++ b/deformdemo/test.py @@ -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