overleaf/services/web/test/frontend/helpers/bootstrap-3.ts
Tim Down e60885aa88 Merge pull request #19347 from overleaf/td-bs5-cypress-css
Move CSS loading in Cypress to individual test spec files

GitOrigin-RevId: 92bb5167cfa81b0bd54acc724efb23b397421ccb
2024-07-25 08:05:16 +00:00

5 lines
143 B
TypeScript

import '../../../frontend/stylesheets/main-style.less'
beforeEach(function () {
window.metaAttributesCache.set('ol-bootstrapVersion', 3)
})