Skip to content

Commit

Permalink
Merge pull request #4407 from nasa-gibs/release
Browse files Browse the repository at this point in the history
Release v4.7.0 to Main
  • Loading branch information
ryanweiler92 committed Jun 7, 2023
2 parents 3f4bb23 + 5627fa6 commit c4769a0
Show file tree
Hide file tree
Showing 26 changed files with 552 additions and 416 deletions.
2 changes: 1 addition & 1 deletion e2e/features/layers/layer-picker-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test('Closing and reopening layer picker restores state.', async () => {
layerDetails,
layerDetailsDateRange
} = selectors
await page.locator('.product-outter-list-case .search-row:nth-child(1)').click()
await page.locator('.product-outer-list-case .search-row:nth-child(1)').click()
await expect(layerDetailHeader).toContainText('Corrected Reflectance')
await layersModalCloseButton.click()
await expect(layersAll).not.toBeVisible()
Expand Down
2 changes: 1 addition & 1 deletion e2e/features/layers/recent-layers-mobile-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test('Recent tab shows layers that were selected', async () => {

test('Clear list button empties the entire list', async () => {
await page.locator('#clear-recent-layers').click()
const productList = await page.locator('.product-outter-list-case.layers-all')
const productList = await page.locator('.product-outer-list-case.layers-all')
const noResults = await page.locator('.no-results')
await expect(productList).not.toBeVisible()
await expect(noResults).toBeVisible()
Expand Down
2 changes: 1 addition & 1 deletion e2e/features/layers/recent-layers-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('Removing individual layers updates the list', async () => {

test('Clear list button empties the entire list', async () => {
await page.locator('#clear-recent-layers').click()
const productList = await page.locator('.product-outter-list-case.layers-all')
const productList = await page.locator('.product-outer-list-case.layers-all')
const noResults = await page.locator('.no-results')
await expect(productList).not.toBeVisible()
await expect(noResults).toBeVisible()
Expand Down
Loading

0 comments on commit c4769a0

Please sign in to comment.