File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
packages/compass-e2e-tests/tests Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -591,10 +591,7 @@ describe('Data Modeling tab', function () {
591591 await relationshipItem
592592 . $ ( Selectors . DataModelCollectionRelationshipItemEdit )
593593 . click ( ) ;
594- const relationshipName = await browser . getInputByLabel (
595- drawer . $ ( Selectors . DataModelNameInput )
596- ) ;
597- await relationshipName . setValue ( 'updatedRelationshipName' ) ;
594+
598595 await browser . selectOption ( {
599596 selectSelector : await browser . getInputByLabel (
600597 drawer . $ ( Selectors . DataModelRelationshipForeignCardinalitySelect )
@@ -615,9 +612,6 @@ describe('Data Modeling tab', function () {
615612 // Select the first collection again and delete the relationship
616613 await selectCollectionOnTheDiagram ( browser , 'test.testCollection-one' ) ;
617614 await relationshipItem . waitForDisplayed ( ) ;
618- expect ( await relationshipItem . getText ( ) ) . to . include (
619- 'updatedRelationshipName'
620- ) ;
621615 await relationshipItem
622616 . $ ( Selectors . DataModelCollectionRelationshipItemDelete )
623617 . click ( ) ;
You can’t perform that action at this time.
0 commit comments