Skip to content

Commit

Permalink
fix explore test name description
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Feb 19, 2024
1 parent 9f054ea commit de7574e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/exploreDatasets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { test, expect } from '../pages/basePage';

const datasetIds = JSON.parse(fs.readFileSync('e2e/playwrightTestData.json', 'utf8')).datasetIds;

test.describe('catalog card routing', () => {
test.describe('explore dataset', () => {
for (const dataset of datasetIds) {
test(`${dataset} routes to dataset details page`, async({
test(`${dataset} explore page functions`, async({
page,
explorePage,
}) => {
Expand Down

0 comments on commit de7574e

Please sign in to comment.