Commit f2f03092 authored by Lukas Eipert's avatar Lukas Eipert

Update selectors in tests and snapshots

Seems like some bootstrap utility classes went away.
parent fd28cdaf
...@@ -59,7 +59,7 @@ RSpec.describe 'Group value stream analytics filters and data', :js do ...@@ -59,7 +59,7 @@ RSpec.describe 'Group value stream analytics filters and data', :js do
shared_examples 'empty state' do shared_examples 'empty state' do
it 'displays an empty state' do it 'displays an empty state' do
element = page.find('.row.empty-state') element = page.find('.empty-state')
expect(element).to have_content(_("We don't have enough data to show this stage.")) expect(element).to have_content(_("We don't have enough data to show this stage."))
expect(element.find('.svg-content img')['src']).to have_content('illustrations/analytics/cycle-analytics-empty-chart') expect(element.find('.svg-content img')['src']).to have_content('illustrations/analytics/cycle-analytics-empty-chart')
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
exports[`EmptyState renders properly 1`] = ` exports[`EmptyState renders properly 1`] = `
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -20,10 +20,10 @@ exports[`EmptyState renders properly 1`] = ` ...@@ -20,10 +20,10 @@ exports[`EmptyState renders properly 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = ` exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"row gl-mt-0 empty-state text-center\\"> "<section class=\\"gl-display-flex gl-flex-wrap gl-mt-0 empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full gl-m-auto\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"gl-mx-auto gl-my-0 gl-p-5\\">
<h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\"> <h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\">
No vulnerabilities found No vulnerabilities found
</h1> </h1>
......
...@@ -33,10 +33,10 @@ exports[`Security Dashboard default states sets up instance-level 1`] = ` ...@@ -33,10 +33,10 @@ exports[`Security Dashboard default states sets up instance-level 1`] = `
exports[`Security Dashboard error states has unavailable pages 1`] = ` exports[`Security Dashboard error states has unavailable pages 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -50,10 +50,10 @@ exports[`Security Dashboard error states has unavailable pages 1`] = ` ...@@ -50,10 +50,10 @@ exports[`Security Dashboard error states has unavailable pages 1`] = `
</div> </div>
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
exports[`Vulnerability Report error states has unavailable pages 1`] = ` exports[`Vulnerability Report error states has unavailable pages 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -20,10 +20,10 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = ` ...@@ -20,10 +20,10 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = `
</div> </div>
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -10,10 +10,10 @@ exports[`packages_list_app renders 1`] = ` ...@@ -10,10 +10,10 @@ exports[`packages_list_app renders 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -28,10 +28,10 @@ exports[`packages_list_app renders 1`] = ` ...@@ -28,10 +28,10 @@ exports[`packages_list_app renders 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
...@@ -11,10 +11,10 @@ exports[`PackagesListApp renders 1`] = ` ...@@ -11,10 +11,10 @@ exports[`PackagesListApp renders 1`] = `
<div> <div>
<section <section
class="row empty-state text-center" class="gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column"
> >
<div <div
class="col-12" class="gl-max-w-full"
> >
<div <div
class="svg-250 svg-content" class="svg-250 svg-content"
...@@ -29,10 +29,10 @@ exports[`PackagesListApp renders 1`] = ` ...@@ -29,10 +29,10 @@ exports[`PackagesListApp renders 1`] = `
</div> </div>
<div <div
class="col-12" class="gl-max-w-full gl-m-auto"
> >
<div <div
class="text-content gl-mx-auto gl-my-0 gl-p-5" class="gl-mx-auto gl-my-0 gl-p-5"
> >
<h1 <h1
class="gl-font-size-h-display gl-line-height-36 h4" class="gl-font-size-h-display gl-line-height-36 h4"
......
// Jest Snapshot v1, https://goo.gl/fbAQLP // Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`EmptyStateComponent should render content 1`] = ` exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"gl-display-flex gl-flex-wrap empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"gl-max-w-full gl-m-auto\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"gl-mx-auto gl-my-0 gl-p-5\\">
<h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\"> <h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\">
Getting started with serverless Getting started with serverless
</h1> </h1>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment