Skip to content
Snippets Groups Projects
Unverified Commit 9bec76bc authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Visual tests for static-viz (via _internal) (#17561)

parent 32ffbadf
No related branches found
No related tags found
No related merge requests found
import { restore } from "__support__/e2e/cypress";
describe("visual tests > internal > static-viz", () => {
beforeEach(() => {
restore();
cy.signInAsNormalUser();
});
it("basic charts", () => {
cy.visit("/_internal/static-viz");
cy.findByText("Bar chart with timeseries data");
cy.findByText("Line chart with timeseries data");
cy.findByText("Donut chart showing categorical data");
cy.percySnapshot();
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment