~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to cypress/integration/modules_spec.js

  • Committer: Dan Garner
  • Date: 2018-04-16 10:25:30 UTC
  • mto: This revision was merged to the branch mainline in revision 640.
  • Revision ID: git-v1:1477db7b61f3fd9863def1e1d68d1ee09b20f9c7
CI for cypress

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
describe('Modules Page', function () {
 
2
    beforeEach(function () {
 
3
        cy.login();
 
4
    });
 
5
 
 
6
    it('should load the modules page and show a complete table of modules', function () {
 
7
        cy.visit('/module/view');
 
8
 
 
9
        cy.contains('Modules');
 
10
 
 
11
        // TODO: How many modules are we expecting by default?
 
12
        cy.contains('Showing 1 to 10 of 20 entries');
 
13
    });
 
14
});
 
 
b'\\ No newline at end of file'