Skip to content

Commit

Permalink
Remove test playgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Feb 26, 2023
1 parent 9e9f9dc commit d493be4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('DatasourceEditor', () => {
});

userEvent.click(getToggles[0]);
screen.logTestingPlaygroundURL();
const deleteButtons = screen.getAllByRole('button', {
name: /delete item/i,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ describe('RefreshIntervalModal - RTL', () => {
await openRefreshIntervalModal();
await displayOptions();

screen.logTestingPlaygroundURL();
// Select a new interval and click save
userEvent.click(screen.getByText(/10 seconds/i));
userEvent.click(screen.getByRole('button', { name: /save/i }));
Expand Down

0 comments on commit d493be4

Please sign in to comment.