Skip to content

Commit 568a6b6

Browse files
committed
waitfor
1 parent 8e98de1 commit 568a6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ describe('Data Modeling tab', function () {
614614

615615
// Select the first collection again and delete the relationship
616616
await selectCollectionOnTheDiagram(browser, 'test.testCollection-one');
617-
expect(await relationshipItem.isDisplayed()).to.be.true;
617+
await relationshipItem.waitForDisplayed();
618618
expect(await relationshipItem.getText()).to.include(
619619
'updatedRelationshipName'
620620
);

0 commit comments

Comments
 (0)