This commit is contained in:
chiayin
2023-06-17 13:52:42 +08:00
parent af1f8f3016
commit a6fa85938b
5 changed files with 19 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ describe('Save Log and Filter', ()=>{
// select radio
cy.get('#iconFilter').click(); // 選取 Filter sidebar
cy.get('input#').should('be.checked'); // 選取 Radio 'Sequence'
cy.get('input#Sequence0').should('be.checked'); // 選取 Radio 'Sequence'
cy.contains('label', 'Have activity(s)') // 選取 Radio 'Have activity(s)'
.prev(2)
.find('input')