RSS Git Download  Clone
Raw View History
Blames found: 1 Mode: javascript Binary: false


Hang on, we reloading big blames...
describe('Repository list page', () => { it('successfully loads', () => { cy.visit('/'); cy.get('.card-header').should('contain', 'git-bare-repo'); cy.get('.card-body').should('contain', 'foobar'); }); });