Skip to content

Commit df0db50

Browse files
committed
update test
1 parent 650b898 commit df0db50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compass-data-modeling/src/components/drawer/collection-drawer-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const CollectionDrawerContent: React.FunctionComponent<
189189
onCreateNewRelationshipClick(namespace);
190190
}}
191191
>
192-
Add relationship
192+
Add Relationship
193193
</Button>
194194
</>
195195
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ describe('Data Modeling tab', function () {
547547
// Click the add relationship button
548548
const drawer = browser.$(Selectors.SideDrawer);
549549

550-
const addRelationshipBtn = browser.$(
550+
const addRelationshipBtn = drawer.$(
551551
Selectors.DataModelAddRelationshipBtn
552552
);
553553
await addRelationshipBtn.waitForClickable();

0 commit comments

Comments
 (0)