Skip to content

Commit 3492631

Browse files
authored
M3-10409 Remove clean up from longview.spec.ts (linode#12651)
* M3-10409 Remove clean up from longview.spec.ts * Added changeset: Remove clean up from longview.spec.ts
1 parent cd2342a commit 3492631

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tests
3+
---
4+
5+
Remove clean up from longview.spec.ts ([#12651](https://github.com/linode/manager/pull/12651))

packages/manager/cypress/e2e/core/longview/longview.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
mockUpdateLongviewClient,
1515
} from 'support/intercepts/longview';
1616
import { ui } from 'support/ui';
17-
import { cleanUp } from 'support/util/cleanup';
1817
import { randomLabel } from 'support/util/random';
1918

2019
import {
@@ -132,10 +131,6 @@ const longviewGetLatestValueInstalled = longviewResponseFactory.build({
132131

133132
authenticate();
134133
describe('longview', () => {
135-
before(() => {
136-
cleanUp(['linodes', 'longview-clients']);
137-
});
138-
139134
/*
140135
* - Tests Longview installation end-to-end using mock API data.
141136
* - Confirms that Cloud Manager UI updates to reflect Longview installation and data.

0 commit comments

Comments
 (0)