mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
10 lines
383 B
JavaScript
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.')
|
|
// })
|
|
// })
|