Skip to content

Commit 689bb03

Browse files
adampagehoward-e
andauthored
Update test/tests/spinbutton_quantity.js
Co-authored-by: Howard Edwards <[email protected]>
1 parent cd15985 commit 689bb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/spinbutton_quantity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ ariaTest('decrement button', exampleFile, 'decrement-button', async (t) => {
461461
// Wait for the output to self-destruct
462462
await t.context.session.wait(
463463
until.elementTextIs(output, ''),
464-
output.selfDestruct + BUFFER_VAL
464+
parseInt(ex.output.selfDestruct) + BUFFER_VAL
465465
);
466466
t.pass('After waiting for the output self-destruct timer, output is empty');
467467
});

0 commit comments

Comments
 (0)