Skip to content

Commit

Permalink
DT-1017 - support unique workflow table columns per namespace (#1455)
Browse files Browse the repository at this point in the history
* support workflow table columns per namespace

* bump timeouts

* Revert "bump timeouts"

This reverts commit 18ce887.

* update cy action and try parallel

* use parallelization for cy workflow

* Revert "use parallelization for cy workflow"

This reverts commit 2d9254d.

* Revert "update cy action and try parallel"

This reverts commit 5e4e6b2.

* migrate bulk actions cy test to playwright

- also clean up some duplicate API urls across tests

* migrate workflows-executions-with-new-serch to pw

* swap test:integration and test:integration:run

* clean up tests

* clean up more page.url() uses

* use old columns store when columns for new ns don't exist

else fall back to default columns

* fix error when no old columns key

* fix mocks for workflows-list-spec

* await
  • Loading branch information
rossedfort committed Jun 28, 2023
1 parent f56c89c commit 667cd4d
Show file tree
Hide file tree
Showing 29 changed files with 1,331 additions and 931 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Integration tests
run: pnpm test:integration
run: pnpm test:integration:run
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
93 changes: 0 additions & 93 deletions cypress/integration/workflow-bulk-actions.spec.js

This file was deleted.

Loading

1 comment on commit 667cd4d

@vercel
Copy link

@vercel vercel bot commented on 667cd4d Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

holocene – ./

holocene-git-main.preview.thundergun.io
holocene.preview.thundergun.io

Please sign in to comment.