Skip to content

Commit b32b94d

Browse files
paula-stachoAnemy
andauthored
Update packages/compass-data-modeling/src/components/diagram-editor.spec.tsx
Co-authored-by: Rhys <[email protected]>
1 parent dab4bed commit b32b94d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-data-modeling/src/components/diagram-editor.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ describe('getFieldsFromSchema', function () {
240240
render(<>{type}</>);
241241
const mixed = screen.getByText('(mixed)');
242242
expect(mixed).to.be.visible;
243+
expect(screen.queryByText(expectedTooltip)).to.not.exist;
243244
userEvent.hover(mixed);
244245
await waitFor(() => {
245246
expect(screen.getByText(expectedTooltip)).to.be.visible;

0 commit comments

Comments
 (0)