Skip to content

Commit 08541df

Browse files
committed
test ftxes
1 parent bcfe170 commit 08541df

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

lib/DataHarmonizer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ class DataHarmonizer {
227227
// Future: For empty dependent tables, tailor to minimize height.
228228
height: '75vh',
229229
fixedRowsTop: 0,
230-
manualRowResize: true,
231230
// define your custom query method, e.g. queryMethod: searchMatchCriteria
232231
search: {},
233232
fixedColumnsLeft: 1, // Future: enable control of this.

tests/playwright/cancogen-french-translations.spec.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import { test, expect } from '@playwright/test';
1010
import path from 'path';
1111

1212
const TEST_FILE_NAME = 'canCOGeN-validTestData_3-0-0.xlsx';
13-
const EXAMPLE_FILE = path.resolve(
14-
'web/templates/canada_covid19/exampleInput/' + TEST_FILE_NAME
15-
);
13+
//const EXAMPLE_FILE = path.resolve(
14+
// 'web/templates/canada_covid19/exampleInput/' + TEST_FILE_NAME);
1615

1716
test('switch to French and verify interface, column headers, and menus', async ({ page }) => {
1817

0 commit comments

Comments
 (0)