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 2dc26bf commit 9836addCopy full SHA for 9836add
packages/app/src/runner/SpecRunnerHeaderOpenMode.cy.tsx
@@ -77,7 +77,7 @@ describe('SpecRunnerHeaderOpenMode', { viewportHeight: 500 }, () => {
77
cy.get('[data-cy="playground-activator"]').should('be.disabled')
78
})
79
80
- it('is visible when studio beta is available', () => {
+ it('is visible by default', () => {
81
cy.mountFragment(SpecRunnerHeaderFragmentDoc, {
82
render: (gqlVal) => {
83
return renderWithGql(gqlVal, true)
0 commit comments