diff --git a/cypress/integration/app.spec.js b/cypress/integration/app.spec.js index 8d5049f7..8eb62f18 100644 --- a/cypress/integration/app.spec.js +++ b/cypress/integration/app.spec.js @@ -61,6 +61,10 @@ describe('TodoMVC', function () { cy.get('.todo-list li').should('have.length', 2) }) + it.only('Get button and widescreen', () =>{ + cy.get('body'); + cy.viewport(window.screen.width, window.screen.height); + }) context('No Todos', function () { it('should hide #main and #footer', function () { diff --git a/index.html b/index.html index 7b590e53..f522e0e3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - +

todos

@@ -18,6 +18,7 @@

todos

+ - +

hello

+ +

Video 2

+ + + +
+ +