UNPKG

graphdb-workbench-tests

Version:
14 lines (11 loc) 302 B
export class DeprecationSteps { static getDeprecationBanner() { return cy.get('onto-deprecation-banner'); } static getCloseButton() { return DeprecationSteps.getDeprecationBanner().find('.close-button'); } static closeBanner() { DeprecationSteps.getCloseButton().click(); } }