Skip to content

Commit 385f0a1

Browse files
committed
update test
1 parent 27ee566 commit 385f0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ describe('DiagramEditor', function () {
275275
});
276276

277277
it('shows the banner', function () {
278-
expect(screen.getByText('Worried about your data?')).to.be.visible;
278+
expect(screen.getByText('Questions about your data?')).to.be.visible;
279279
});
280280

281281
it('banner can be closed', function () {
@@ -285,7 +285,7 @@ describe('DiagramEditor', function () {
285285
);
286286
expect(closeBtn).to.be.visible;
287287
userEvent.click(closeBtn);
288-
expect(screen.queryByText('Worried about your data?')).not.to.exist;
288+
expect(screen.queryByText('Questions about your data?')).not.to.exist;
289289
});
290290
});
291291
});

0 commit comments

Comments
 (0)