mirror of
https://github.com/harness/drone.git
synced 2025-05-04 16:52:22 +08:00
8 lines
255 B
JavaScript
8 lines
255 B
JavaScript
describe('policy sets', () => {
|
|
it('load the table', () => {
|
|
cy.visit('/')
|
|
cy.contains('Policy Set').click()
|
|
cy.contains('A harness policy set allows you to group policies and configure where they will be enforced.')
|
|
})
|
|
})
|