Skip to content

Commit

Permalink
Fix feature 1 test (needed because study_form tables now also have a …
Browse files Browse the repository at this point in the history
…title)
  • Loading branch information
LDSamson committed Feb 21, 2025
1 parent d90e57c commit 3698bb5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8447,7 +8447,7 @@
}
],
"rowCallback": "rowCallback",
"initComplete": "function() {\n$(this.api().table().container()).find('.header').html(\"\")\n}",
"initComplete": "function() {\n$(this.api().table().container()).find('.header').html(\"Vital signs\")\n}",
"dom": "Bf<\"header h5\">ti",
"buttons": [
{
Expand Down
Binary file modified tests/testthat/_snaps/app_feature_01/app-feature-1-004_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8448,7 +8448,7 @@
}
],
"rowCallback": "rowCallback",
"initComplete": "function() {\n$(this.api().table().container()).find('.header').html(\"\")\n}",
"initComplete": "function() {\n$(this.api().table().container()).find('.header').html(\"Vital signs\")\n}",
"dom": "Bf<\"header h5\">ti",
"buttons": [
{
Expand Down
Binary file modified tests/testthat/_snaps/app_feature_01/app-feature-1-005_.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3698bb5

Please sign in to comment.