Skip to content

Commit

Permalink
Merge 98dd355 into 9a4d655
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am authored Jan 12, 2022
2 parents 9a4d655 + 98dd355 commit 728cc37
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-js-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run Webapp Snapshot tests
run: UPDATE_SNAPSHOTS=true ./scripts/jest-snapshots/run-snapshots.sh
run: UPDATE_SNAPSHOTS=false ./scripts/jest-snapshots/run-snapshots.sh
# since there are snapshot tests (for the flamegraph)
# store their diff when it fails, plus the original image
# to make it easier to compare
Expand Down
Binary file modified cypress/snapshots/basic.ts/simple-golang-app-cpu-highlight.snap.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 @@ -351,10 +351,10 @@ function getColor(cfg: getColorCfg) {

// We are in a search
if (cfg.highlightModeOn) {
if (cfg.isHighlighted) {
return highlightColor;
if (!cfg.isHighlighted) {
return colorGreyscale(200, 0.66);
}
return colorGreyscale(200, 0.66);
// it's a highlighted node, so color it as normally
}

// Diff mode
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 728cc37

Please sign in to comment.