Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lei9444 committed Jan 14, 2021
1 parent 8a16642 commit 9ef8cf1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ describe('navigation dispatcher', () => {
await act(async () => {
await dispatcher.setDesignPageLocation(projectId, {
dialogId: 'dialogId',
selected: '',
focused: '',
promptTab: undefined,
});
});
Expand All @@ -130,6 +132,7 @@ describe('navigation dispatcher', () => {
await dispatcher.setDesignPageLocation(projectId, {
dialogId: 'dialogId',
selected: 'select',
focused: '',
promptTab: undefined,
});
});
Expand Down

0 comments on commit 9ef8cf1

Please sign in to comment.