Commit graph

4 commits

Author SHA1 Message Date
Kamil Kisiela
2fa33520b3
Allow to close the last tab in Laboratory (#6341) 2025-01-10 10:25:32 +00:00
Kamil Kisiela
a7f9d50fb9
Fix editor state and operation handling in Laboratory + e2e tests (#6282)
Fixes

When opening a new tab or selecting one of the saved operations a wrong query was populated. It was always the default query or the one that's active. Meaning, you couldn't select and see the saved operation :)

When saving the operation, the submit button of the form was always disabled, even when the state of the form was valid.

e2e tests

Added tests for CRUD of collections and their operations.
The scenario where a user visits a shared link to an operation is also now tested.
2025-01-09 08:59:17 +00:00
Kamil Kisiela
283c90bc98
Adds e2e test for lab.prompt and use React to render the prompt (#6236) 2024-12-31 14:38:18 +00:00
Kamil Kisiela
f5fd160efe
Add E2E test for usage reporting (#6009) 2024-11-21 10:20:29 +02:00