Skip to content

Commit 33a5995

Browse files
andypolskriswest
andauthored
Update cypress/e2e/repo.cy.js
Co-authored-by: Kris West <kristopher.west@natwest.com> Signed-off-by: Andy Pols <andy@pols.co.uk>
1 parent 2257f4d commit 33a5995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/repo.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Repo', () => {
5858
// cy.get('[data-testid="delete-repo-button"]').click();
5959
});
6060

61-
it('Prevents adding an existing repo', () => {
61+
it('Displays an error when adding an existing repo', () => {
6262
cy.get('[data-testid="repo-list-view"]').find('[data-testid="add-repo-button"]').click();
6363

6464
cy.get('[data-testid="add-repo-dialog"]').within(() => {

0 commit comments

Comments
 (0)