Skip to content

Commit 299010e

Browse files
committed
fix tesT
1 parent 0e66a57 commit 299010e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/public/dataPasses/overviewPerLhcPeriod.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ module.exports = () => {
164164

165165
it('should successfully apply data pass name filter', async () => {
166166
await pressElement(page, '#openFilterToggle');
167-
await fillInput(page, 'div.flex-row.items-baseline:nth-of-type(1) input[type=text]', 'LHC22b_apass1');
167+
await fillInput(page, 'div.flex-row.items-baseline:nth-of-type(1) input[type=text]', 'LHC22b_apass1', ['change']);
168168

169169
await expectColumnValues(page, 'name', ['deleted\nLHC22b_apass1\nSkimmable']);
170170

test/public/dataPasses/overviewPerSimulationPass.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = () => {
113113
it('should successfully apply data pass name filter', async () => {
114114
await pressElement(page, '#openFilterToggle');
115115

116-
await fillInput(page, 'div.flex-row.items-baseline:nth-of-type(1) input[type=text]', 'LHC22b_apass1');
116+
await fillInput(page, 'div.flex-row.items-baseline:nth-of-type(1) input[type=text]', 'LHC22b_apass1', ['change']);
117117
await expectColumnValues(page, 'name', ['deleted\nLHC22b_apass1\nSkimmable']);
118118

119119
await pressElement(page, '#reset-filters', true);

0 commit comments

Comments
 (0)