Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceorourke committed Oct 16, 2024
1 parent 8a048f6 commit 51a44e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/app/views/alerts/create.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ describe('ProjectAlertsCreate', function () {
method: 'POST',
body: ProjectAlertRuleFixture(),
});

createWrapper();
await userEvent.click((await screen.findAllByLabelText('Delete Node'))[0]);

await selectEvent.select(screen.getByText('Add action...'), [
Expand Down Expand Up @@ -710,6 +710,7 @@ describe('ProjectAlertsCreate', function () {
});

it('does not display noisy alert banner for legacy integrations', async function () {
createWrapper();
await userEvent.click((await screen.findAllByLabelText('Delete Node'))[0]);

await selectEvent.select(screen.getByText('Add action...'), [
Expand Down
1 change: 1 addition & 0 deletions tests/sentry/api/serializers/test_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_simple(self):
"invite-members",
"minute-resolution-sessions",
"new-page-filter",
"noisy-alert-warning",
"open-membership",
"relay",
"shared-issues",
Expand Down

0 comments on commit 51a44e1

Please sign in to comment.