fix E2E.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user