Skip to content

Commit

Permalink
Update skipped test for skipped story
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Nov 25, 2024
1 parent 47564e8 commit 867fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/storiesRouting.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const visibleStories = JSON.parse(require('fs').readFileSync('e2e/playwrightTest
test.describe('stories card routing', () => {
for (const item of visibleStories) {
// skip external link
if (item !== 'GOES validation') {
if (item !== "NOAA's GOES Satellites Can Provide Quicker Detection of Methane Gas Leaks") {
test(`${item} routes from stories to details page`, async({
page,
storyPage,
Expand Down

0 comments on commit 867fcbf

Please sign in to comment.