We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea1122 commit f77da91Copy full SHA for f77da91
1 file changed
tests/specs/segment-group-download.e2e.ts
@@ -1,16 +1,15 @@
1
import * as path from 'path';
2
import * as fs from 'fs';
3
import { cleanuptotal } from 'wdio-cleanuptotal-service';
4
-import { waitForFileExists } from './utils';
+import { openUrls, waitForFileExists } from './utils';
5
import { volViewPage } from '../pageobjects/volview.page';
6
import { TEMP_DIR } from '../../wdio.shared.conf';
7
+import { PROSTATEX_DATASET } from './configTestUtils';
8
9
const SAVE_TIMEOUT = 40000;
10
11
const loadSampleWithSegmentGroup = async (name: string) => {
- await volViewPage.open();
12
- await volViewPage.downloadProstateSample();
13
- await volViewPage.waitForViews();
+ await openUrls([PROSTATEX_DATASET]);
14
await volViewPage.createSegmentGroup(name);
15
};
16
0 commit comments