Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3482682

Browse files
smeijerbrenocota-hotmartBreno Cotalx4rlsoares
authored
chore: push to production (#360)
* 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 <brenogcota@gmail.com> * chore: remove broken link to Firefox Extension (#359) * chore: remove link to a closed roadmap (#354) Co-authored-by: Luís Soares <lsoares@newstore.com> * chore: remove roadmap link from specs (#361) --------- Co-authored-by: Breno Cota <106157862+brenocota-hotmart@users.noreply.github.com> Co-authored-by: Breno Cota <brenogcota@gmail.com> Co-authored-by: lx4r <lx4r@users.noreply.github.com> Co-authored-by: Luís Soares <lsoares@gmail.com> Co-authored-by: Luís Soares <lsoares@newstore.com>
1 parent d1a296a commit 3482682

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
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-idattribute:/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: /supportus/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: /moreinfo/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: /supportus/i }).should('not.exist');
6159
cy.findByRole('menuitem', { name: /twitter/i }).should('not.exist');

‎src/components/Header.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ function Header({
166166
</MenuButton>
167167

168168
<MenuList>
169-
<MenuLink
170-
href="https://github.com/testing-library/testing-playground/projects/1"
171-
target="_blank"
172-
>
173-
Roadmap
174-
</MenuLink>
175169
<MenuLink
176170
href="https://github.com/testing-library/testing-playground/issues"
177171
target="_blank"
@@ -196,12 +190,6 @@ function Header({
196190
>
197191
Chrome Extension
198192
</MenuLink>
199-
<MenuLink
200-
href="https://addons.mozilla.org/en-US/firefox/addon/testing-playground"
201-
target="_blank"
202-
>
203-
Firefox Extension
204-
</MenuLink>
205193

206194
<div className="border-b border-gray-200 mx-4 my-2" />
207195

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /