Skip to content

Commit

Permalink
:note: fix: fixed typo in ui_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsurou-Yajima committed Jun 22, 2023
1 parent 7e4354f commit c119f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/data/ui_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('ui', () => {
});
});

it('can add a timout to all scenarios', () => {
it('can add a timeout to all scenarios', () => {
const dataScenarioConfig = context.Data(dataTable).Scenario('scenario', () => {});

dataScenarioConfig.timeout(3);
Expand Down

0 comments on commit c119f91

Please sign in to comment.