From 34826828194bf19c1efa664f9a3d16ba5460c4ee Mon Sep 17 00:00:00 2001 From: Stephan Meijer Date: Thu, 2 Mar 2023 22:43:07 +0100 Subject: [PATCH] chore: push to production (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: sandbox not render another queries (#349) * fix: sandbox not render another queries * fixup! fix: sandbox not render another queries * re-trigger github workflow Co-authored-by: Breno Cota * chore: remove broken link to Firefox Extension (#359) * chore: remove link to a closed roadmap (#354) Co-authored-by: Luís Soares * chore: remove roadmap link from specs (#361) --------- Co-authored-by: Breno Cota <106157862+brenocota-hotmart@users.noreply.github.com> Co-authored-by: Breno Cota Co-authored-by: lx4r Co-authored-by: Luís Soares Co-authored-by: Luís Soares --- cypress/e2e/header.spec.js | 2 -- src/components/Header.js | 12 ------------ 2 files changed, 14 deletions(-) diff --git a/cypress/e2e/header.spec.js b/cypress/e2e/header.spec.js index 9f96b987..0ddfb519 100644 --- a/cypress/e2e/header.spec.js +++ b/cypress/e2e/header.spec.js @@ -43,7 +43,6 @@ it('renders Testing Playground Header', () => { cy.findByLabelText(/test-id attribute:/i).should('not.be.visible'); // more info menu shows - cy.findByRole('menuitem', { name: /roadmap/i }).should('exist').and('have.attr', 'href', 'https://github.com/testing-library/testing-playground/projects/1'); cy.findByRole('menuitem', { name: /github/i }).should('exist').and('have.attr', 'href', 'https://github.com/testing-library/testing-playground/issues'); cy.findByRole('menuitem', { name: /support us/i }).should('exist').and('have.attr', 'href', 'https://github.com/sponsors/smeijer'); 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', () => { // click outside cy.findByRole('button', { name: /more info/i }).parent().click(); // previous menu disappear - cy.findByRole('menuitem', { name: /roadmap/i }).should('not.exist'); cy.findByRole('menuitem', { name: /github/i }).should('not.exist'); cy.findByRole('menuitem', { name: /support us/i }).should('not.exist'); cy.findByRole('menuitem', { name: /twitter/i }).should('not.exist'); diff --git a/src/components/Header.js b/src/components/Header.js index e1327047..1cbc4b7c 100644 --- a/src/components/Header.js +++ b/src/components/Header.js @@ -166,12 +166,6 @@ function Header({ - - Roadmap - Chrome Extension - - Firefox Extension -