We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2257f4d commit 33a5995Copy full SHA for 33a5995
cypress/e2e/repo.cy.js
@@ -58,7 +58,7 @@ describe('Repo', () => {
58
// cy.get('[data-testid="delete-repo-button"]').click();
59
});
60
61
- it('Prevents adding an existing repo', () => {
+ it('Displays an error when adding an existing repo', () => {
62
cy.get('[data-testid="repo-list-view"]').find('[data-testid="add-repo-button"]').click();
63
64
cy.get('[data-testid="add-repo-dialog"]').within(() => {
0 commit comments