Skip to content

Commit

Permalink
[cypress] mod_whosonline (#43513)
Browse files Browse the repository at this point in the history
* whosonline

* cs
  • Loading branch information
alikon authored Jun 14, 2024
1 parent bbf8ac1 commit 0ec839e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
describe('Test in frontend that the who is online module', () => {
it('can display who is online', () => {
cy.db_createModule({ title: 'Who is Online', module: 'mod_whosonline' })
.then(() => {
cy.visit('/');
cy.contains('Who is Online');
});
});
});

0 comments on commit 0ec839e

Please sign in to comment.