Skip to content

Commit 0b61062

Browse files
authored
chore: remove roadmap link from specs (#361)
1 parent e79a18c commit 0b61062

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/e2e/header.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ it('renders Testing Playground Header', () => {
4343
cy.findByLabelText(/test-id attribute:/i).should('not.be.visible');
4444

4545
// more info menu shows
46-
cy.findByRole('menuitem', { name: /roadmap/i }).should('exist').and('have.attr', 'href', 'https://github.com/testing-library/testing-playground/projects/1');
4746
cy.findByRole('menuitem', { name: /github/i }).should('exist').and('have.attr', 'href', 'https://github.com/testing-library/testing-playground/issues');
4847
cy.findByRole('menuitem', { name: /support us/i }).should('exist').and('have.attr', 'href', 'https://github.com/sponsors/smeijer');
4948
cy.findByRole('menuitem', { name: /twitter/i }).should('exist').and('have.attr', 'href', 'https://twitter.com/meijer_s');
@@ -55,7 +54,6 @@ it('renders Testing Playground Header', () => {
5554
// click outside
5655
cy.findByRole('button', { name: /more info/i }).parent().click();
5756
// previous menu disappear
58-
cy.findByRole('menuitem', { name: /roadmap/i }).should('not.exist');
5957
cy.findByRole('menuitem', { name: /github/i }).should('not.exist');
6058
cy.findByRole('menuitem', { name: /support us/i }).should('not.exist');
6159
cy.findByRole('menuitem', { name: /twitter/i }).should('not.exist');

0 commit comments

Comments
 (0)