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