@@ -35,19 +35,19 @@ describe('Data Import Tests', () => {
3535 expect ( optionalColumnsAlert ) . toExist ( ) ;
3636 } ) ;
3737
38- it ( 'Properly process genomic indicator file' , async ( ) => {
39- await uploadGenomicIndicatorToImport ( ) ;
38+ // it('Properly process genomic indicator file', async () => {
39+ // await uploadGenomicIndicatorToImport();
4040
41- // expand sidebar to take screenshot
42- const expandIcon = await $ ( `span[data-testid="${ EXPAND_SIDEBAR_BUTTON_ID } "]` ) ;
43- await expandIcon . click ( ) ;
41+ // // expand sidebar to take screenshot
42+ // const expandIcon = await $(`span[data-testid="${EXPAND_SIDEBAR_BUTTON_ID}"]`);
43+ // await expandIcon.click();
4444
45- // too complicated to check logics, do a screenshot instead
46- const dataTable = await $ ( `div[id=${ DATA_IMPORT_DATA_TABLE_ID } ]` ) ;
47- expect ( dataTable ) . toExist ( ) ;
48- const result = await browser . checkElement ( dataTable , 'data-import-data-table-before-import' , SCREENSHOT_METHOD_OPTIONS ) ;
49- expect ( result ) . toBeLessThanOrEqual ( 0 ) ;
50- } ) ;
45+ // // too complicated to check logics, do a screenshot instead
46+ // const dataTable = await $(`div[id=${DATA_IMPORT_DATA_TABLE_ID}]`);
47+ // expect(dataTable).toExist();
48+ // const result = await browser.checkElement(dataTable, 'data-import-data-table-before-import', SCREENSHOT_METHOD_OPTIONS);
49+ // expect(result).toBeLessThanOrEqual(0);
50+ // });
5151
5252 it ( 'Genomic indicator data properly imported and show warning/error if available' , async ( ) => {
5353 await uploadGenomicIndicatorToImport ( ) ;
0 commit comments