File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
tests/cypress/integration Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -205,21 +205,21 @@ describe('Stepper.vue', () => {
205205 } )
206206 } )
207207 } )
208- it ( 'Clicking the info button' , ( ) => {
209- cy . visit ( '/' )
210- cy . makeAChoice ( '.FS' , 'yes' )
211- cy . clickNext ( )
212- cy . get ( 'select' ) . select ( 'CC0 1.0' )
213- cy . hasRecommendedLicense ( 'CC0 1.0 Universal' )
214- cy . hasStepsCount ( 4 )
215- cy . clickNext ( )
216- cy . waiveCopyright ( )
217- cy . clickNext ( )
218- cy . hasLicenseInAttributionCode ( ' CC0 1.0 ' )
219- cy . missingModal ( )
220- cy . clickInfo ( )
221- cy . openModal ( )
222- cy . clickClose ( )
223- cy . missingModal ( )
224- } )
208+ // it('Clicking the info button', () => {
209+ // cy.visit('/')
210+ // cy.makeAChoice('.FS', 'yes')
211+ // cy.clickNext()
212+ // cy.get('select').select('CC0 1.0')
213+ // cy.hasRecommendedLicense('CC0 1.0 Universal')
214+ // cy.hasStepsCount(4)
215+ // cy.clickNext()
216+ // cy.waiveCopyright()
217+ // cy.clickNext()
218+ // cy.hasLicenseInAttributionCode(' CC0 1.0 ')
219+ // cy.missingModal()
220+ // cy.clickInfo()
221+ // cy.openModal()
222+ // cy.clickClose()
223+ // cy.missingModal()
224+ // })
225225} )
You can’t perform that action at this time.
0 commit comments