* feat(text-background): add discrete text background to <Minimal>
* refactor: convert <Minimal> to typescript
* feat(clock): create <Clock> view
* feat(clock): version bump
This commit is contained in:
Carlos Valente
2022-09-20 21:19:17 +02:00
committed by GitHub
parent 70436059d8
commit d86afee477
10 changed files with 260 additions and 22 deletions
@@ -92,6 +92,16 @@ describe('validate routes', () => {
cy.contains('Running Timer');
});
describe('clock view timer', () => {
it('renders base route', () => {
// base route
cy.visit('http://localhost:4001/clock');
cy.get('[data-testid="clock-view"]').should('exist');
// ontime fallsback to stage timer on errors, so we check for that
cy.get('.App').should('not.contain', 'Time Now');
});
});
describe('minimal timer and options', () => {
it('renders base route', () => {
// base route