ManageIQ/manageiq-ui-classic

View on GitHub
cypress/e2e/ui/settings.cy.js

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable no-undef */
describe('GTL', () => {
  beforeEach(() => {
    cy.login();
  });
});