Skip to content

Commit

Permalink
Update web/client/components/catalog/editor/AdvancedSettings/__tests_…
Browse files Browse the repository at this point in the history
…_/RasterAdvancedSettings-test.js
  • Loading branch information
offtherailz authored Oct 4, 2024
1 parent 1d02737 commit f2329e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import TestUtils from "react-dom/test-utils";
import { waitFor } from '@testing-library/react';
import { setConfigProp } from "../../../../../utils/ConfigUtils";

describe.only('Test Raster advanced settings', () => {
describe('Test Raster advanced settings', () => {
beforeEach((done) => {
document.body.innerHTML = '<div id="container"></div>';
setConfigProp('miscSettings', { experimentalInteractiveLegend: true });
Expand Down

0 comments on commit f2329e0

Please sign in to comment.