mirror of
https://github.com/harness/drone.git
synced 2025-05-04 16:52:22 +08:00
8 lines
234 B
JavaScript
8 lines
234 B
JavaScript
describe('policies', () => {
|
|
it('load the table', () => {
|
|
cy.visit('/')
|
|
cy.contains('Policies').click()
|
|
cy.get('[class="TableV2--row TableV2--card TableV2--clickable"]').should('have.length', 12)
|
|
})
|
|
})
|