Skip to content

Commit d9734f9

Browse files
authored
Update packages/compass-e2e-tests/tests/data-modeling-tab.test.ts
1 parent ef9bbde commit d9734f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/compass-e2e-tests/tests/data-modeling-tab.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,13 @@ describe('Data Modeling tab', function () {
10101010
])
10111011
);
10121012

1013+
// Drag the node to show add new field buttons and new fields.
1014+
await dragNode(
1015+
browser,
1016+
Selectors.DataModelPreviewCollection('test.testCollection-one'),
1017+
{ x: 0, y: -100 }
1018+
);
1019+
10131020
// Ensure the new fields are in the diagram.
10141021
const newFieldText = await browser
10151022
.$(

0 commit comments

Comments
 (0)