drone/web/cypress/integration/evaluations.spec.js
2022-08-12 12:09:57 -07:00

10 lines
383 B
JavaScript

// disabling at the moment because of logic around Evaluations tab being removed in standalone mode (account in NG equivalent)
// describe('evaluations', () => {
// it('load the table', () => {
// cy.visit('/')
// cy.contains('Evaluations').click()
// cy.contains('Policy evaluations are created when policy sets are enforced on your Harness entities.')
// })
// })