Anapher/Strive

View on GitHub
src/Tests/e2e/cypress/integration/common.js

Summary

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

describe("Core tests", () => {
  it("Authenticate and load main site", () => {
    cy.loginAndLoadMainSite("Vincent");
    cy.get("#create-conference-button");
  });
});