Skip to content

Commit

Permalink
fix(css): Have spec searchbar extend 100% width (#14932)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Feb 10, 2021
1 parent a83ee64 commit 37ad90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -481,6 +481,7 @@ describe('Specs List', function () {
cy.get('.specs-list').should('not.exist')

cy.get('.empty-well').should('contain', 'No specs match your search: "foobarbaz"')
cy.percySnapshot()
})

it('removes run all tests buttons if no results', function () {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-gui/src/specs/specs.scss
Expand Up @@ -26,7 +26,7 @@ $max-nesting-level: 14;
margin-right: 15px;
display: inline-block;
position: relative;
width: calc(100% - 160px);
width: 100%;

label {
position: absolute;
Expand Down

4 comments on commit 37ad90e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 37ad90e Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.6.0/circle-develop-37ad90e6aa6720c7f460a9f216f20d490270c9a5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 37ad90e Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.5.0/appveyor-develop-37ad90e6aa6720c7f460a9f216f20d490270c9a5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 37ad90e Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.5.0/appveyor-develop-37ad90e6aa6720c7f460a9f216f20d490270c9a5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 37ad90e Feb 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/6.6.0/circle-develop-37ad90e6aa6720c7f460a9f216f20d490270c9a5/cypress.tgz

Please sign in to comment.