datatracker/ietf/meeting
Lars Eggert 3d44825333
ci: Switch to using geckodriver (#6541)
* Switch to using geckodriver

* Switch to selenium 4

* Undo

* Remove comment

* Fixes

* Restore non-standard line endings to minimize diff

* Undo

* Remove comment

* test: Fix test_upcoming_view_time_zone_selection

The inputs are hidden and managed by JS, so click
the visible elements instead.

* test: Clumsy fix to test_upcoming_materials_modal

Waiting for the button to be clickable does not
work because the modal is still fading in, so does
not actually close. Would be better to check for it
responding, but I haven't found the right way to do
that yet.

* test: Fix test_add_author_forms

Sending '\n' does not seem to work as it did before,
so click the option instead.

Also reverted some fixme hacks that seem to be obe.

* ci: Update base.Dockerfile

* test: add resource limits to dev/tests/debug.sh env

* ci: add upload of geckodriver.log on failure

* ci: run tests as user 1001

* ci: run app-create-dirs as sudo

* ci: set home folder to root to run tests

---------

Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-11-21 15:30:50 -06:00
..
fixtures refactor: refactor timestamp handling so tests in meeting app pass (#4371) 2022-08-26 16:53:19 -03:00
management chore: remove one shot iab artifact importers (#6258) 2023-08-31 17:14:18 -05:00
migrations fix: make chat room an overrideable property of Session (#5681) 2023-05-24 10:26:19 -05:00
templatetags fix: move meeting management from base Docs to Meeting (#6586) 2023-11-06 17:45:07 +01:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py fix: make chat room an overrideable property of Session (#5681) 2023-05-24 10:26:19 -05:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
forms.py fix: make chat room an overrideable property of Session (#5681) 2023-05-24 10:26:19 -05:00
helpers.py fix: Add footer with group interim ics calendar to announce email (#5279) 2023-03-03 10:32:15 -06:00
models.py fix: Do not cache official_timeslotassignment when None (#5830) 2023-06-15 09:27:31 -05:00
resources.py feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
test_data.py fix: more timezone fixes in liaisons/meeting/message apps 2022-09-27 15:50:10 -03:00
test_procmat.pdf Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
tests_forms.py fix: init time inputs in correct tz when editing an interim request (#4838) 2022-12-06 08:46:48 -06:00
tests_helpers.py test: fix test broken by 40fd46a2 (#4847) 2022-12-07 15:06:43 -06:00
tests_js.py ci: Switch to using geckodriver (#6541) 2023-11-21 15:30:50 -06:00
tests_models.py fix: make chat room an overrideable property of Session (#5681) 2023-05-24 10:26:19 -05:00
tests_schedule_forms.py fix: allow 90m session requests. Prompt for cannot meet at time reasoning. (#4345) 2022-08-19 09:11:44 -05:00
tests_schedule_generator.py fix: test on postgres. POST and check intended pks. (#4949) 2023-01-10 10:28:43 -06:00
tests_views.py fix: restore attendee dbtemplate for old meetings pending data correction (#6656) 2023-11-17 10:01:09 -06:00
urls.py refactor: import from django.urls instead of django.conf.urls 2023-05-12 20:29:11 -03:00
utils.py fix: build proceedings attendee list from MeetingRegistration table. … (#6567) 2023-11-07 13:09:19 +01:00
views.py fix: restore attendee dbtemplate for old meetings pending data correction (#6656) 2023-11-17 10:01:09 -06:00
views_proceedings.py fix: handle invalid fields properly in proc material upload form (#3784) 2022-04-07 22:58:01 -03:00