domjtalbot/nx-mesh

View on GitHub
examples/sdk-nextjs-e2e/src/e2e/sources/soap/country-info.cy.ts

Summary

Maintainability
A
1 hr
Test Coverage
describe('soap/country-info', () => {
  beforeEach(() => cy.visit('/sources/soap/country-info'));

  it('should display daily forecast', () => {
    cy.get('[data-language]').should('have.length.greaterThan', 0);
  });
});