-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(data-workspace): show notification for non-default form types (#65)
* feat(data-workspace): show notification for non-default form types * fix(data-workspace): use more idiomatic assertions in tests Co-authored-by: Médi-Rémi Hashim <4295266+mediremi@users.noreply.github.com> * chore: update fixtures and pot file * chore: use 2 containers for cypress on ci since we only have 2 features Co-authored-by: Médi-Rémi Hashim <4295266+mediremi@users.noreply.github.com>
- Loading branch information
1 parent
f3154d0
commit a50ba16
Showing
10 changed files
with
381 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
366 changes: 132 additions & 234 deletions
366
cypress/fixtures/network/37/users_can_approve,_accept,_unapprove,_and_unaccept_data.json
Large diffs are not rendered by default.
Oops, something went wrong.
308 changes: 120 additions & 188 deletions
308
...res/network/37/users_can_view_data_set_reports_for_data_sets_connected_to_a_workflow.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,6 @@ | |
cursor: pointer; | ||
text-decoration: underline; | ||
} | ||
.nonDefaultFormWarning { | ||
margin-bottom: var(--spacers-dp12); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters