Ali BARIN
290c47647f
Merge pull request #2230 from automatisch/AUT-1372
...
chore: improve playwright pipeline
2025-01-30 15:55:33 +01:00
Jakub P.
af264d308c
test: adapt webhook tests to work with default values
2025-01-27 13:09:35 +01:00
Jakub P.
faab88a2f8
test: resolve merge conflicts
2025-01-26 00:00:07 +01:00
Jakub P.
bd6581067d
Merge branch 'main' into AUT-1372
2025-01-25 20:44:30 +01:00
Ali BARIN
60b96d2cff
Merge pull request #2248 from automatisch/AUT-1380
...
feat: introduce inline error messages in EditUser form
2025-01-17 12:05:09 +01:00
Jakub P.
cde0186c3c
Merge branch 'main' into AUT-1379
2025-01-14 17:18:21 +01:00
Jakub P.
f34ade3e46
Merge branch 'main' into AUT-1380
2025-01-14 17:03:39 +01:00
Jakub P.
8f5909d7b0
test: use new alert in create role and create user tests
2025-01-10 13:56:47 +00:00
Jakub P.
71e8928812
test: check for field error instead of snackbar when editing user fails
2025-01-10 11:46:44 +00:00
Jakub P.
f8b89766eb
Merge branch 'main' into AUT-1372
2024-12-21 20:10:42 +01:00
Jakub P.
d675fd6e69
test: adapt tests to OAuth client rename
2024-12-19 20:19:28 +01:00
Faruk AYDIN
8c4b67e147
refactor: Rename AppAuthClient model as OAuthClient
2024-12-18 17:42:04 +01:00
Jakub P.
a8ed13da33
test: adapt apps tests to new logic
2024-12-17 14:27:10 +00:00
Jakub P.
bab87e9e67
chore: add missing dependency for knex method in e2e-tests knexfile
2024-12-12 20:23:16 +01:00
Jakub P.
a82dff5c79
test: use alert selector on role and user delete error
2024-12-12 10:57:20 +00:00
Jakub P.
f83deac469
test: improve tests execution time
2024-12-06 09:17:21 +01:00
Jakub P.
eb814c2fb0
test: add reset password tests
2024-09-27 23:16:16 +02:00
Jakub P.
55ebe2cc0b
test: add change own user data test
2024-09-24 18:42:30 +02:00
Jakub P.
09b2b7350c
test: add applications settings tests
2024-09-20 13:03:22 +02:00
Jakub P.
3408be2840
test: search for proper snackbar on user create error
2024-09-19 13:50:11 +03:00
Jakub P.
8d10f26f56
test: add pop-up notification test
2024-09-10 17:40:34 +02:00
Jakub P.
687295f772
test: update roles related snackbar locator
2024-09-06 09:51:22 +00:00
Jakub P.
ec22184087
test: add wait for substeps response
2024-08-30 12:53:35 +02:00
Jakub P.
e008087c4a
test: harden webhook tests
2024-08-22 12:05:52 +02:00
Jakub P.
2c21b7762c
test: add simple webhook flow test
2024-08-20 19:17:08 +02:00
Jakub P.
8fba6704df
Merge remote-tracking branch 'upstream/main' into AUT-1115
2024-07-22 16:32:09 +02:00
Jakub P.
37d02eba02
test: add teardown dependency to clean db after tests
2024-07-22 15:42:21 +02:00
Ali BARIN
52b938eabe
Merge pull request #1980 from kuba618/AUT-1119
...
test: add removed user invitation test
2024-07-19 11:42:29 +02:00
Jakub P.
2afc00364a
test: add removed user invitation test
2024-07-18 12:40:48 +02:00
Jakub P.
0a1461231b
chore: add linter to tests
2024-07-18 12:39:04 +02:00
Jakub P.
129327f40d
test: add admin account setup tests
2024-07-18 12:29:35 +02:00
Jakub P.
2f1f537e00
test: add accept invitation invalid token tests
2024-07-16 12:08:50 +02:00
Ali BARIN
a9f5736c12
test: cover accept invitation flow
2024-07-11 11:38:23 +02:00
Ali BARIN
2bd4dd3ab0
test(e2e-tests): cover password field removal
2024-07-11 11:38:23 +02:00
Ali BARIN
8a0720b0e3
test: update first app path
2024-05-15 15:52:02 +00:00
QAComet
ad144206dd
fix(e2e): update expect to web-first assertion, wait for edit form to load
2024-03-18 12:22:56 -06:00
kasia.oczkowska
9f7dee3baa
test: introuce test fix, select role by exact name
2024-03-06 16:28:17 +01:00
Ali BARIN
fe10523972
test: update first app as azure-openai
2023-12-20 14:51:30 +00:00
QAComet
11e0cb9398
test: add page title test ids to await and await mounting loader components
2023-11-12 16:46:38 -07:00
QAComet
112b05f7ad
test: add wait for roles loader to detach
2023-11-08 10:39:02 +01:00
Moaaz Elsayed
a4a0102679
feat(carbone): add carbone integration ( #1405 )
...
* feat(carbone): add carbone integration
* Update list-apps.spec.js to ensure Carbone is the first application in the alphabetically sorted list
Previously, the test expected DeepL to be the first in the list. Now, this change ensures that Carbone will take precedence as it will come first in the alphabetical order.
2023-11-07 13:00:22 +01:00
Rıdvan Akca
4ff824663b
test: skip admin role is not deletable
2023-11-06 14:21:19 +01:00
QAComet
1581b5ac0a
test: write tests for role management ( #1396 )
2023-11-06 10:35:20 +01:00
QAComet
1a55cc8604
test: update snackbar with variant and data-test attributes
2023-10-27 19:48:40 +02:00
QAComet
463e6908b1
test: write tests for user management ( #1316 )
...
* chore: add data-test attributes
* test: add github connection test, add applications modal
* test: write tests for user management
2023-10-26 15:12:37 +02:00
QAComet
2fceaf2cf4
test: fix flakiness in GH connection test case ( #1383 )
2023-10-25 11:04:04 +02:00
QAComet
4cedbdbc60
test: add tests for git connection ( #1289 )
...
* chore: add data-test attributes
* test: add github connection test, add applications modal
* chore: embed test GITHUB_CLIENT_* environment values
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-10-23 18:48:23 +02:00
Rıdvan Akca
25ce63b86d
feat(user-interface): use default config as fallback ( #1251 )
...
* feat(user-interface): return default app values
* test: remove skip in UI tests
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com >
2023-09-11 14:06:05 +02:00
Ali BARIN
4d4091adcc
test: write login page tests
2023-08-28 20:11:21 +02:00
Ali BARIN
cac54c41a1
chore: run automatisch in playwright workflow
2023-08-28 20:11:21 +02:00