Skip to content

Commit 8dec82c

Browse files
committed
test: add cypress e2e tests for tag push
1 parent 8675ef3 commit 8dec82c

2 files changed

Lines changed: 0 additions & 29 deletions

File tree

cypress/e2e/tagPush.cy.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@ describe('Tag Push Functionality', () => {
4949
});
5050
});
5151

52-
it('has search functionality', () => {
53-
cy.visit('/dashboard/push');
54-
cy.wait('@getPushes');
55-
56-
// Check search input exists
57-
cy.get('input[type="text"]').first().should('exist');
58-
59-
// Test searching for tag name
60-
cy.get('input[type="text"]').first().type('v1.0.0');
61-
cy.get('tbody tr').should('have.length.at.least', 1);
62-
});
63-
6452
it('can interact with push table entries', () => {
6553
cy.visit('/dashboard/push');
6654
cy.wait('@getPushes');

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)