Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Nov 12, 2021
1 parent 71a46b2 commit 0aa5513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test('should show the properties modal', async () => {
expect(editModeOnProps.showPropertiesModal).toHaveBeenCalledTimes(1);
});

test('should only apply changes in the properties modal', async () => {
test('should display the Apply button when opening the modal', async () => {
render(setup(editModeOnProps));
await openDropdown();
userEvent.click(screen.getByText('Edit dashboard properties'));
Expand Down

0 comments on commit 0aa5513

Please sign in to comment.