Skip to content

Commit

Permalink
Bootstrap5 scroll into view (#126)
Browse files Browse the repository at this point in the history
* 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

* scroll into view
  • Loading branch information
delijati authored Nov 15, 2023
1 parent 7e61a76 commit 8ae6b22
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 @@ -3372,7 +3372,7 @@ def test_submit_complex_interaction(self):
persons[0], 0, seq_height * 1.5
).perform()

findid("deformsubmit").click()
action_chains_on_id("deformsubmit").click()

# sequences should be in reversed order
inputs = findxpaths('//input[@name="name"]')
Expand Down

0 comments on commit 8ae6b22

Please sign in to comment.