Christian Cueni
f59b829008
Update translation keys
2023-10-18 13:39:07 +02:00
Christian Cueni
b965722e8b
Fix unpack error in import
2023-10-18 07:55:09 +02:00
Daniel Egger
76113de9ad
Try to fix flaky cypress test
2023-10-15 22:26:34 +02:00
Daniel Egger
4d3b46de59
Add cypress tests which check contents of learning path and circle page
2023-10-15 21:45:39 +02:00
Daniel Egger
a3e16dc107
Fix problems
2023-10-10 15:55:46 +02:00
Christian Cueni
bb50cc60e9
Fix result display
2023-10-09 11:28:37 +02:00
Daniel Egger
86cf8f44d3
Add percent for results and "Bestanden"/"Nicht Bestanden"
2023-10-05 14:06:33 +02:00
Daniel Egger
2b50c1d90f
Pass `user_points` and `max_points` to edoniq test result cypress_reset
2023-10-05 09:59:43 +02:00
Daniel Egger
d92b514759
Merge branch 'develop' into feature/VBV-488-import-edoniq-data
2023-10-05 09:16:49 +02:00
Livio Bieri
4b59f052bf
fix: update test to match new default session
2023-10-04 21:46:18 +02:00
Daniel Egger
a180c5c825
Filter appointments by course
2023-10-04 18:27:42 +02:00
Livio Bieri
a3642ab996
fix: cypress test name
2023-10-03 17:33:08 +02:00
Livio Bieri
79d4246b88
chore: some tests
2023-10-02 16:22:21 +02:00
Daniel Egger
589453a8dc
Remove `evaluation_grade` and set `evaluation_points` and `evaluation_passed` fields
2023-09-28 17:56:29 +02:00
Christian Cueni
7c6d448268
Change feedback order
2023-09-28 15:27:06 +02:00
Livio Bieri
d646454ae9
fix: use file name in cypress tests
2023-09-28 09:43:03 +02:00
Livio Bieri
dbe74f754b
chore: more tests for mobile navigation
2023-09-28 09:38:48 +02:00
Livio Bieri
d87f922dec
chore: make tests a bit easier to read
2023-09-28 09:38:48 +02:00
Livio Bieri
5247b6061b
chore: navigation tests (desktop)
2023-09-28 09:38:48 +02:00
Daniel Egger
f079c0418b
Readd 💩 cy.waits for pipelines...
2023-09-27 17:50:10 +02:00
Daniel Egger
d303506ae7
Remove cy.wait in cypress test
2023-09-27 17:37:39 +02:00
Daniel Egger
08b99fb843
Wait for initial step in cypress test
2023-09-27 17:00:45 +02:00
Daniel Egger
825b7604c7
Does `cy.wait` help for pipelines
2023-09-27 16:30:04 +02:00
Daniel Egger
b819225f10
Try to fix feedbackStudent continute button on pipelines
2023-09-27 16:10:40 +02:00
Daniel Egger
966533e13b
Add feedback trainer cypress test
2023-09-26 18:48:25 +02:00
Daniel Egger
c734bcdc98
Remove `it.only`
2023-09-26 16:47:31 +02:00
Daniel Egger
89e068fb09
Add cypress test for student
2023-09-26 14:34:22 +02:00
Livio Bieri
f6d7f6e89e
Merge remote-tracking branch 'origin/develop' into feature/VBV-515-preview
...
# Conflicts:
# client/src/components/dueDates/DueDateSingle.vue
# client/src/components/header/MainNavigationBar.vue
# client/src/components/header/MobileMenu.vue
# client/src/pages/cockpit/cockpitPage/CockpitDates.vue
2023-09-20 17:33:01 +02:00
Livio Bieri
326e42c99f
wip: course preview poc
2023-09-16 22:27:19 +02:00
Daniel Egger
dbd6b31895
Add cypress tests
2023-09-15 12:21:42 +02:00
Daniel Egger
b5e9b9e355
Fix tests
2023-09-14 18:11:45 +02:00
Daniel Egger
428ac294e0
Add `--create-assignment-evaulation` cli parameter
2023-09-08 16:46:54 +02:00
Daniel Egger
f357e34536
Fix cypress tests
2023-07-21 13:56:09 +02:00
Elia Bieri
b970597a81
Merged in feature/VBV-451-anwesenheitskontrolle-frontend (pull request #150 )
...
VBV-451 Anwesenheitskontrolle frontend & neues Cockpit
* Regenerate graphql types after rebase
* Fix grading progress
* Fix cypress tests
* Fix circle selection and add CourseSessionAssignment for Fahrzeug Vorbereitungsauftrag
* Use `LearningContentAssignment` explictly
* Improve type safety without `as`
* Disable feedback details button when no feedback
* Extend submission overview titles after review
* Improve attendance check state handling
* Minor translation/wording fixes
Approved-by: Daniel Egger
2023-07-20 16:22:28 +00:00
Daniel Egger
e208fdabbc
Change after making UUIDs
2023-07-14 17:13:21 +02:00
Daniel Egger
5ed883e83b
Use UUIDs as primary key for models with user context
2023-07-14 14:37:59 +02:00
Elia Bieri
4b0a881055
Merged in feature/VBV-326-auftrag-benachrichtigungen-rebased (pull request #157 )
...
Feature/VBV-326 auftrag benachrichtigungen rebased
* Implement notifications for assignments
# Conflicts:
# server/vbv_lernwelt/assignment/services.py
* Add cypress test for student assignment submission
* Update django-notifications-hq
* Rework
Approved-by: Daniel Egger
2023-07-12 14:32:49 +00:00
Daniel Egger
53de79471a
Change email notification test to only click once at a time
2023-06-21 16:32:58 +02:00
Daniel Egger
c715a462d9
Delete notifications before test
2023-06-21 14:44:20 +02:00
Daniel Egger
e6a5af56a8
Refactor cypress checkbox tests
...
Fix cypress circle tests
Fix cypress tests
2023-06-21 14:24:09 +02:00
Daniel Egger
b86057ec03
Fix vueuse version to 10.1.0 due to strange behaviour in vueuse/router
2023-06-21 14:23:19 +02:00
Elia Bieri
2db7059461
Merged in bugfix/VBV-454-fix-cypress-pipelines (pull request #144 )
...
Fix Cypress pipelines
* Update Cypress
* Attempt to change reload logic
* Fix it checkbox cy data
* Fix notification cypress test
* Rework notification settings saving logic
2023-06-21 11:28:40 +00:00
Elia Bieri
0336e414d5
Antoher trial
2023-06-20 15:56:44 +02:00
Elia Bieri
db939c5eea
Extend delay
2023-06-20 15:32:37 +02:00
Elia Bieri
3f7b27c266
Additional fixes
2023-06-20 15:13:53 +02:00
Elia Bieri
fbde06f0ef
Fix notification settings cypress test
2023-06-20 13:18:00 +02:00
Daniel Egger
eebb37f42b
Fix cypress test
2023-05-24 15:20:49 +02:00
Daniel Egger
b65958bc0f
Rename cypress describe text to match error text in pipelines
2023-05-24 15:20:49 +02:00
Daniel Egger
bc368e7a2f
Fix cypress tests
2023-05-19 14:50:41 +02:00
Daniel Egger
31dae0a5cd
VBV-306: Use GraphQL for assignment code
2023-05-15 19:07:06 +02:00