Skip to content

Commit 7a1b9b2

Browse files
committed
[O2B-1490] Remove unused variable in overview test
1 parent ac6bdc0 commit 7a1b9b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/public/envs/overview.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ module.exports = () => {
306306
const filterOnID = async (selector, inputValue, expectedIds) => {
307307
await fillInput(page, selector, inputValue, ['change']);
308308
await waitForTableLength(page, expectedIds.length);
309-
const table = await page.$$('tbody tr');
310309
expect(await page.$$eval('tbody tr', (rows) => rows.map((row) => row.id))).to.eql(expectedIds.map(id => `row${id}`));
311310
};
312311

0 commit comments

Comments
 (0)