fix: typo in cypress

This commit is contained in:
yutotnh
2022-06-27 12:29:50 +09:00
parent ca909edbed
commit 5619b54cdb
28 changed files with 55 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
describe('Rerendering', () => {
it('should be able to render after an error has occured', () => {
it('should be able to render after an error has occurred', () => {
const url = 'http://localhost:9000/render-after-error.html';
cy.viewport(1440, 1024);
cy.visit(url);