Update ngbRadioGroups to native buttons

This commit is contained in:
Michael Shamoon
2022-07-02 00:45:26 -07:00
parent a8623201d6
commit 021b8d4f91
5 changed files with 30 additions and 25 deletions

View File

@@ -67,12 +67,12 @@ describe('documents-list', () => {
})
it('should change to table "details" view', () => {
cy.get('div.btn-group-toggle input[value="details"]').parent().click()
cy.get('div.btn-group input[value="details"]').next().click()
cy.get('table')
})
it('should change to large cards view', () => {
cy.get('div.btn-group-toggle input[value="largeCards"]').parent().click()
cy.get('div.btn-group input[value="largeCards"]').next().click()
cy.get('app-document-card-large')
})