File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
],
46
46
"vgPath" : " " ,
47
+ "dataPath" : " exampleData" ,
47
48
"internalDataPath" : " exampleData/internal/" ,
48
49
"tempDirPath" : " temp" ,
49
50
"fetchTimeout" : 15 ,
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ describe("When we wait for it to load", () => {
339
339
it ( "produces correct link for view before & after go is pressed" , async ( ) => {
340
340
// First test that after pressing go, the link reflects the dat form
341
341
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®ion=17%3A1-100&bedFile=exampleData%2Finternal%2Fsnp1kg-BRCA1.bed&dataType=built-in&simplify=false" ;
343
343
// Set up dropdown
344
344
await act ( async ( ) => {
345
345
let dropdown = document . getElementById ( "dataSourceSelect" ) ;
You can’t perform that action at this time.
0 commit comments