Skip to content

Commit

Permalink
fix: Make menu bar responsive (#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: rainandbare <[email protected]>
  • Loading branch information
rainandbare and rainandbare authored Jul 30, 2024
1 parent 0b5eee9 commit 2856e60
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-d5d17168
tag: sha-8a03b930
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
2 changes: 2 additions & 0 deletions client/__tests__/e2e/cellxgeneActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ export async function clip(min = "0", max = "100", page: Page): Promise<void> {
await clearInputAndTypeInto("clip-min-input", min, page);
await clearInputAndTypeInto("clip-max-input", max, page);
await page.getByTestId("clip-commit").click();
// close clip dialog
await page.getByTestId("visualization-settings").click();
}

/**
Expand Down
4 changes: 2 additions & 2 deletions client/__tests__/e2e/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const datasets = {
},
lasso: {
"coordinates-as-percent": { x1: 0.25, y1: 0.1, x2: 0.75, y2: 0.65 },
count: "357",
count: "332",
},
},
scatter: {
Expand Down Expand Up @@ -273,7 +273,7 @@ export const datasets = {
},
lasso: {
"coordinates-as-percent": { x1: 0.25, y1: 0.1, x2: 0.75, y2: 0.65 },
count: "44",
count: "12",
},
},
scatter: {
Expand Down
Loading

0 comments on commit 2856e60

Please sign in to comment.