Skip to content

Commit 46e1b24

Browse files
committed
addressed requested changes to config and test
1 parent 4ea14f9 commit 46e1b24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
}
4545
],
4646
"vgPath": "",
47+
"dataPath": "exampleData",
4748
"internalDataPath": "exampleData/internal/",
4849
"tempDirPath": "temp",
4950
"fetchTimeout": 15,

src/end-to-end.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ describe("When we wait for it to load", () => {
339339
it("produces correct link for view before & after go is pressed", async () => {
340340
// First test that after pressing go, the link reflects the dat form
341341
const expectedLinkBRCA1 =
342-
"http://localhost?name=snp1kg-BRCA1&tracks[0][trackFile]=exampleData%2Finternal%2Fsnp1kg-BRCA1.vg.xg&tracks[0][trackType]=graph&tracks[0][trackColorSettings][mainPalette]=greys&tracks[0][trackColorSettings][auxPalette]=ygreys&tracks[1][trackFile]=exampleData%2Finternal%2FNA12878-BRCA1.sorted.gam&tracks[1][trackType]=read&dataPath=default&region=17%3A1-100&bedFile=exampleData%2Finternal%2Fsnp1kg-BRCA1.bed&dataType=built-in&simplify=false";
342+
"http://localhost?name=snp1kg-BRCA1&tracks[0][trackFile]=exampleData%2Finternal%2Fsnp1kg-BRCA1.vg.xg&tracks[0][trackType]=graph&tracks[0][trackColorSettings][mainPalette]=greys&tracks[0][trackColorSettings][auxPalette]=ygreys&tracks[1][trackFile]=exampleData%2Finternal%2FNA12878-BRCA1.sorted.gam&tracks[1][trackType]=read&region=17%3A1-100&bedFile=exampleData%2Finternal%2Fsnp1kg-BRCA1.bed&dataType=built-in&simplify=false";
343343
// Set up dropdown
344344
await act(async () => {
345345
let dropdown = document.getElementById("dataSourceSelect");

0 commit comments

Comments
 (0)