Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
refactor: updated snapshots for failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Dec 5, 2023
1 parent 6ac7181 commit b3304ef
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions src/console/__snapshots__/ConsolePage.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -310,14 +310,14 @@ exports[`ConsolePage renders error when filter returns no programs 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -439,14 +439,14 @@ exports[`ConsolePage renders error when filter returns no programs 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -851,14 +851,14 @@ exports[`ConsolePage renders program banners when they are included 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -1013,14 +1013,14 @@ exports[`ConsolePage renders program banners when they are included 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -1392,14 +1392,14 @@ exports[`ConsolePage renders programs when there is data passed in 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -1521,14 +1521,14 @@ exports[`ConsolePage renders programs when there is data passed in 1`] = `
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down
12 changes: 6 additions & 6 deletions src/report/__snapshots__/reportSection.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ exports[`ReportSection component correctly passes isFirstSection prop to collaps
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -102,14 +102,14 @@ exports[`ReportSection component correctly passes isFirstSection prop to collaps
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down Expand Up @@ -196,14 +196,14 @@ exports[`ReportSection component renders contents when program data is passed in
<div
className="pgn-transition-replace-group position-relative"
style={
Object {
{
"height": null,
}
}
>
<div
style={
Object {
{
"padding": ".1px 0",
}
}
Expand Down

0 comments on commit b3304ef

Please sign in to comment.