pythongosssss
|
b49a6d0b87
|
Add test for corruption issue where reordering inputs across workflows caused overwriting
|
2026-04-08 10:53:49 -07:00 |
|
Alexander Brown
|
4cb83353cb
|
test: stabilize flaky Playwright tests (#10817)
Stabilize flaky Playwright tests by improving test reliability.
This PR aims to identify and fix flaky e2e tests.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10817-test-stabilize-flaky-Playwright-tests-3366d73d365081ada40de73ce11af625)
by [Unito](https://www.unito.io)
---------
Co-authored-by: Amp <amp@ampcode.com>
|
2026-04-07 19:47:27 -07:00 |
|
pythongosssss
|
6f8e58bfa5
|
test: App Mode - widget reordering (#10685)
## Summary
Adds tests that simulate the user sorting the inputs and ensures they
are persisted and visible in app mode
## Changes
- **What**:
- rework input/output selection helpers to accept widget/node names
- extract additional shared helpers
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10685-test-App-Mode-widget-reordering-3316d73d3650813b8348da5f29fd01f8)
by [Unito](https://www.unito.io)
|
2026-04-07 11:56:43 -07:00 |
|
pythongosssss
|
54a00aac75
|
test/refactor: App mode - Refactor & Save As tests (#10680)
## Summary
Adds e2e Save As tests for #10679.
Refactors tests to remove getByX and other locators in tests to instead
be in fixtures.
## Changes
- **What**:
- extract app mode fixtures
- add test ids where required
- add new tests
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10680-test-refactor-App-mode-Refactor-Save-As-tests-3316d73d3650815b9d49ccfbb6d54416)
by [Unito](https://www.unito.io)
|
2026-03-28 15:02:23 -07:00 |
|
pythongosssss
|
7864e780e7
|
feat: App mode - Rework save flow (#10439)
## Summary
Users were finding the final step of the builder flow
confusing/misleading, with the "choose default mode" not actually saving
the workflow and people losing changes. This updates it to remove
"save"/"set default" as a step in the builder, and changes it to a
distinct action.
## Changes
- **What**:
- add mode selection tab on footer toolbar
- extract reusable radio group component
- remove setting default mode dialog
- add save/save as/saved dialogs
## Screenshots (if applicable)
https://github.com/user-attachments/assets/c7439c2e-a917-4f2b-b176-f8bb8c10026d
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10439-feat-App-mode-Rework-save-flow-32d6d73d3650814781b6c7bbea685a97)
by [Unito](https://www.unito.io)
|
2026-03-27 12:53:09 -07:00 |
|