jefer94/choco

View on GitHub
services/algorithm/cypress/integration/editor.es.spec.js

Summary

Maintainability
A
0 mins
Test Coverage
/// <reference types="Cypress" />

context('Check editor lang es', () => {
  it('Can visit page', () => {
    cy.visit('/')
  })
})