Skip to content

Commit cd1dff7

Browse files
committed
fix: test
1 parent 887426c commit cd1dff7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/suites/tenant/summary/objectSummary.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
} from '../../../utils/constants';
1212
import {TenantPage} from '../TenantPage';
1313
import {QueryEditor} from '../queryEditor/models/QueryEditor';
14-
import {UnsavedChangesModal} from '../queryEditor/models/UnsavedChangesModal';
1514

1615
import {ObjectSummary, ObjectSummaryTab} from './ObjectSummary';
1716
import {RowTableAction} from './types';
@@ -140,7 +139,6 @@ test.describe('Object Summary', async () => {
140139
test('Different tables show different column lists in Monaco editor', async ({page}) => {
141140
const objectSummary = new ObjectSummary(page);
142141
const queryEditor = new QueryEditor(page);
143-
const unsavedChangesModal = new UnsavedChangesModal(page);
144142

145143
// Get columns for first table
146144
await objectSummary.clickActionMenuItem(dsVslotsTableName, RowTableAction.SelectQuery);
@@ -153,8 +151,6 @@ test.describe('Object Summary', async () => {
153151
);
154152

155153
await page.waitForTimeout(500);
156-
// Click Don't save in the modal
157-
await unsavedChangesModal.clickDontSave();
158154

159155
const storagePoolsColumns = await queryEditor.editorTextArea.inputValue();
160156

0 commit comments

Comments
 (0)