Fix failing test.

pull/1508/head
Rick Carlino 2019-10-22 10:36:34 -05:00
parent da2b764be0
commit ba8f326502
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ describe("<DesignerNavTabs />", () => {
mockPath = "/app/designer/groups";
mockDev = true;
const wrapper = shallow(<DesignerNavTabs />);
expect(wrapper.hasClass("blue-panel")).toBeTruthy();
expect(wrapper.hasClass("blue2-panel")).toBeTruthy();
expect(wrapper.html()).toContain("active");
});