Skip to content

Commit

Permalink
Merge pull request #4097 from globaleaks/#fix-cypress-animation-loade…
Browse files Browse the repository at this point in the history
…r-bug

prevent animation and loader from running during cypress tests
  • Loading branch information
evilaliv3 authored Jun 8, 2024
2 parents 3360bc8 + bd5dbf0 commit c2cc272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
{ "bundleName": "styles-rtl", "inject": false, "input": "app/css/components/button.css" },
{ "bundleName": "styles-rtl", "inject": false, "input": "app/css/components/ng-select.css" },
{ "bundleName": "styles-rtl", "inject": false, "input": "app/css/bootstrap-fixes.css" },
{ "bundleName": "styles-rtl", "inject": false, "input": "app/css/test.css" },
{ "bundleName": "styles-ltr", "inject": false, "input": "app/css/test.css" },
{ "bundleName": "fonts", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/fontawesome.css" },
{ "bundleName": "fonts", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/solid.css" },
{ "bundleName": "fonts", "inject": true, "input": "node_modules/@fortawesome/fontawesome-free/css/regular.css" },
Expand Down
2 changes: 1 addition & 1 deletion client/app/css/test.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
transition: none !important;
}

reveal {
.reveal {
opacity: 1;
animation: fadeIn 0s forwards;
}
Expand Down

0 comments on commit c2cc272

Please sign in to comment.