keycloak-scim/cypress/support/pages/admin_console/components/EmptyStatePage.ts

8 lines
178 B
TypeScript
Raw Normal View History

2022-04-19 12:25:57 +00:00
import CommonElements from "../../CommonElements";
export default class EmptyStatePage extends CommonElements {
constructor() {
super(".pf-c-empty-state__content");
}
}