Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rathorevaibhav committed Oct 6, 2020
1 parent a015436 commit 93ea33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/SettingList/Providers/Providers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('<Providers />', () => {
const saveButton = screen.getByText('Save');
UserEvent.click(saveButton);
await wait();
await wait();
expect(getByText('Settings edited successfully!')).toBeInTheDocument();
});
});
Expand Down

0 comments on commit 93ea33a

Please sign in to comment.