Skip to content

Commit

Permalink
chore: fix minor background color styling in debug results component (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 authored May 31, 2023
1 parent acc4d5f commit bafabf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/debug/DebugResults.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="flex gap-[8px] items-center"
class="flex gap-[8px] items-center bg-transparent"
data-cy="debug-results-holder"
>
<ResultCounts
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/debug/DebugRunNavigationRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<DebugResults
v-if="props.gql"
:gql="props.gql"
class="bg-white"
/>
<Dot />
<LightText class="truncate">
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-shared/src/components/ResultCounts.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="border rounded flex border-gray-200 h-6 text-gray-700 text-[14px] leading-[20px]">
<div class="bg-white border rounded flex border-gray-200 h-6 text-gray-700 text-[14px] leading-[20px]">
<div
v-for="(result, i) in results"
:key="i"
Expand Down

5 comments on commit bafabf9

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bafabf9 May 31, 2023

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.13.1/linux-arm64/develop-bafabf9c0f63c80db6d8e5930dcb58bacbfa1027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bafabf9 May 31, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.13.1/linux-x64/develop-bafabf9c0f63c80db6d8e5930dcb58bacbfa1027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bafabf9 May 31, 2023

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.13.1/darwin-arm64/develop-bafabf9c0f63c80db6d8e5930dcb58bacbfa1027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bafabf9 May 31, 2023

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.13.1/darwin-x64/develop-bafabf9c0f63c80db6d8e5930dcb58bacbfa1027/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on bafabf9 May 31, 2023

Choose a reason for hiding this comment

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

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.13.1/win32-x64/develop-bafabf9c0f63c80db6d8e5930dcb58bacbfa1027/cypress.tgz

Please sign in to comment.