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 21, 2024
1 parent 8e3a2b3 commit f9bf6d5
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 f9bf6d5

Please sign in to comment.