Skip to content

Commit

Permalink
fix iframe styling with compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Jan 6, 2020
1 parent de9c388 commit 64e8b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/runner/src/errors/errors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,14 @@

.script-error {
background-color: #f8f8f8;
bottom: 0;
border: none;
border-radius: 0;
color: #ec6573;
left: 0;
overflow: auto;
margin: 0;
padding: 2em;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;

&:empty {
display: none;
Expand Down
5 changes: 5 additions & 0 deletions packages/runner/src/iframe/iframe.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.runner {
.iframes-container {
position: fixed;

&.has-error {
width: 100%;
height: 100%;
}
}

.size-container {
Expand Down

1 comment on commit 64e8b50

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 64e8b50 Jan 6, 2020

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.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.8.2/linux-x64/circle-issue-1096-firefox-support-64e8b50c64a824d003b76691a2db2df65ccff24c-226705/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.2/circle-issue-1096-firefox-support-64e8b50c64a824d003b76691a2db2df65ccff24c-226695/cypress.tgz

Please sign in to comment.