Skip to content

Commit

Permalink
[frontend] Modified tests to use new Create Relationship button
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonsai8863 committed Aug 13, 2024
1 parent 62c1f85 commit 8d1464c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default class IntrusionSetDetailsPage {
}

getCreateRelationshipButton() {
return this.page.getByLabel('Add', { exact: true });
return this.page.getByRole('button', { name: 'Create Relationship' });
}
}

0 comments on commit 8d1464c

Please sign in to comment.