You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cy.get('[data-ouia-component-id="Maintenance"]').contains('Maintenance in progress');
9
-
cy.get('[data-ouia-component-id="Maintenance-body"]').contains('We are currently undergoing scheduled maintenance and will be unavailable from 10am to 12am UTC (6am-8am EST). For more information please visit status.redhat.com.');
9
+
cy.get('[data-ouia-component-id="Maintenance-body"]').contains('We are currently undergoing scheduled maintenance and will be unavailable from 6am to 8am UTC. For more information please visit status.redhat.com.');
Copy file name to clipboardExpand all lines: packages/module/patternfly-docs/content/extensions/component-groups/examples/Maintenance/MaintenanceCustomExample.tsx
<MaintenancebodyText='We are currently undergoing scheduled maintenance and will be unavailable from'customFooter='Please visit'redirectLinkUrl='http://patternfly.com'redirectLinkText='here.'startTime='6am'endTime='8am'timeZone='EST'/>
5
+
<MaintenancebodyText='We are currently undergoing scheduled maintenance and will be unavailable from'customFooter='Please visit'redirectLinkUrl='http://patternfly.com'redirectLinkText='here.'startTime='6am'endTime='8am'timeZone='UTC'/>
0 commit comments