Merge pull request #22222 from overleaf/td-thin-footer-react

Implement thin footer in Bootstrap 5

GitOrigin-RevId: c45f63b3d2536e6266eb55cc95df11b53a6b77ec
This commit is contained in:
Tim Down
2024-12-17 09:05:23 +00:00
committed by Copybot
parent 0c40841d9f
commit 79e4b76551
33 changed files with 294 additions and 147 deletions
+1 -2
View File
@@ -83,8 +83,7 @@ describe('LearnWiki', function () {
})
function checkDisabled() {
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('should not add a documentation entry to the nav bar', () => {
it('should not add a documentation entry to the nav bar', () => {
login(REGULAR_USER)
cy.visit('/project')
cy.findByText('Documentation').should('not.exist')