Skip to content

Commit

Permalink
Have spec searchbar extend 100% width - add snapshot to verify css
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Feb 5, 2021
1 parent 9668694 commit 252e125
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

0 comments on commit 252e125

Please sign in to comment.