mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19019 from overleaf/msm-enable-admin-message-e2e
[CE] Enable e2e admin message test GitOrigin-RevId: 5caaea32ace1548d4af0ec281a7bbfffda6befcc
This commit is contained in:
parent
c90d01afa2
commit
e06621d2f8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ describe('admin panel', function () {
|
|||
cy.get('nav').findByText('Manage Site').click()
|
||||
})
|
||||
|
||||
it.skip('publish and clear admin messages', () => {
|
||||
it('publish and clear admin messages', () => {
|
||||
const message = 'Admin Message ' + uuid()
|
||||
|
||||
cy.log('create system message')
|
||||
|
|
Loading…
Reference in a new issue