Commit Graph

66 Commits

Author SHA1 Message Date
jasquat e5159ccd0b
fixed pagination of log tables and broken cypress tests w/ burnettk (#382)
* fixed pagination of log tables and broken cypress tests w/ burnettk

* wait before clicking the profile button instead of after w/ burnettk

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-07-10 14:06:55 -04:00
Kevin Burnett 033502425e
Feature/better subworkflow management part 2 (#341)
* Revert "Revert "Feature/better subworkflow management (#331)""

This reverts commit 3becffc14f.

* updated SpiffWorkflow to fix infinite loop in task trace w/ burnettk

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-06-20 10:37:49 -04:00
burnettk 3becffc14f
Revert "Feature/better subworkflow management (#331)"
This reverts commit cdbe577836.
2023-06-15 15:10:48 -04:00
jasquat cdbe577836
Feature/better subworkflow management (#331)
* WIP: some updates to support new spiff w/ burnettk

* unit tests are passing

* all tests except message tests are passing

* fixed usage of catch message event w/ burnettk

* messages are working again w/ burnettk

* uncommented remaining message tests w/ burnettk

* fixed cypress tests w/ burnettk

* use main for spiffworkflow

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
2023-06-15 10:31:42 -04:00
jasquat 53ed9b122c
update Close button on task show page to save and close and fixed task test 2023-05-16 10:13:29 -04:00
jasquat 661fe7fef4
fixed cypress tests w/ burnettk 2023-05-10 14:05:07 -04:00
jasquat eacc50080c
fixed cypress tests w/ burnettk 2023-05-01 14:54:11 -04:00
jasquat 9f56622bc1
fixed cypress process instance tests w/ burnettk 2023-04-28 11:56:52 -04:00
jasquat abd748e0bd
fix cypress tests 2023-04-14 10:00:06 -04:00
jasquat dc0428cf9a
moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk 2023-04-06 11:42:24 -04:00
Madhurya Liyanage 4ea90e5084 Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-04-06 20:17:13 +05:30
Madhurya Liyanage 09b013cc90 PP1 Version 1 test scripts 2023-04-06 19:58:24 +05:30
jasquat 1da8e43066
fixed cypress process instance test w/ burnettk 2023-03-24 11:10:04 -04:00
jasquat 79f3e8bfbd
Merge remote-tracking branch 'origin/main' into feature/remove_spif_step_details 2023-03-24 09:23:59 -04:00
jasquat 037d287f4f
fixed cypress tests for tasks 2023-03-24 09:21:23 -04:00
jasquat 097a35cd45
attempted to fix some cypress tests 2023-03-23 17:34:08 -04:00
Dan cd6a7f5806 Fixing Cypress Tests 2023-03-10 12:56:37 -05:00
jasquat 3271ec6e2d
pyl and fixed cypress tests w/ burnettk 2023-03-06 11:59:33 -05:00
burnettk 6742363a01
move pp1 2023-03-06 11:24:11 -05:00
burnettk 270d74ae14
remove only 2023-03-06 09:31:38 -05:00
burnettk da6a464873
finish test for pp1 2023-03-06 00:48:07 -05:00
burnettk e2d9b395d6
add start of pp1 test 2023-03-04 23:48:23 -05:00
jasquat 5342b50bac
added some support for using the backend openid server for cypress tests w/ burnettk 2023-02-16 12:09:44 -05:00
burnettk 8280318bc2 upgrade certifi to fix security vulnerability 2023-01-19 07:38:57 -05:00
jasquat 4055772bde fixed cypress tests 2023-01-16 12:24:02 -05:00
burnettk e3c932d9f5 extract some duplicated text into vars to appease eslint 2023-01-04 21:22:32 -05:00
burnettk a1935d8435 remove arbirary waits with no comments 2023-01-04 21:17:36 -05:00
burnettk 0c581c722d restore assertion 2023-01-04 21:10:21 -05:00
burnettk 42bf72822d Merge remote-tracking branch 'origin/main' into bug/cypress-tests 2023-01-04 20:58:03 -05:00
burnettk 17b1d61114 Merge branch 'feature/process_api_blueprint_refactor' of github.com:sartography/spiff-arena into feature/process_api_blueprint_refactor 2022-12-30 09:31:07 -05:00
burnettk 1391cdbc5b stats script 2022-12-30 09:30:44 -05:00
jasquat 5a46102d54 allow tests to determine what paginated entity id to use to determine a table has loaded 2022-12-30 09:13:03 -05:00
jasquat c68b85a9c2 fixed some cypress tests and fixed issue where an invalid date caused the page to constantly reload w/ burnettk 2022-12-28 12:27:37 -05:00
jasquat dd8630067c some cypress tests w/ burnettk 2022-12-27 15:42:22 -05:00
burnettk cec5679dcf Merge remote-tracking branch 'origin/main' into bug/cypress-tests 2022-12-20 22:05:21 -05:00
mike cullerton 3cb5b06902 fixed process model tests 2022-12-15 17:59:01 -05:00
jasquat 576b5f8a63 process model cypress tests are passing w/ burnettk 2022-12-14 17:45:31 -05:00
jasquat 7cfc08d620 some fixes for ci w/ burnettk 2022-12-14 17:09:43 -05:00
jasquat 76050f602f fixed cypress tests 2022-11-23 09:38:45 -05:00
jasquat f459743ab4 fixed task frontend test 2022-11-22 08:17:17 -05:00
burnettk da1d0f6051 fix tests and add frontend tests 2022-11-21 22:09:13 -05:00
jasquat 376ce8fb17 added a script to add a user to a group w/ burnettk 2022-11-21 16:58:39 -05:00
jasquat 74d91886bf task cypress tests are passing w/ burnettk cullerton 2022-11-21 16:47:04 -05:00
jasquat bd39aec391 process model cypress tests are passing w/ burnettk cullerton 2022-11-21 16:19:55 -05:00
jasquat df88ae1a55 make sure to pass the correct form of process group id when creating a process model w/ burnettk cullerton 2022-11-21 15:39:33 -05:00
jasquat 50400de3b8 process instance cypress tests pass now w/ burnettk cullerton 2022-11-21 15:16:54 -05:00
jasquat 95c0d96ee9 allow getting all process models, process instances should not save when they are initialized, and fixed some cypress tests w/ burnettk 2022-11-21 14:12:04 -05:00
burnettk b17ecc668e iterating on cypress 2022-11-21 10:31:11 -05:00
burnettk 7df88e627c fix cypress tests 2022-11-20 21:28:23 -05:00
burnettk 716d29c55d dedup 2022-11-11 22:15:39 -05:00