|
@@ -22,6 +22,9 @@ context('Access to page by guest', () => {
|
|
|
|
|
|
|
|
it('/Sandbox/Math is successfully loaded', () => {
|
|
it('/Sandbox/Math is successfully loaded', () => {
|
|
|
cy.visit('/Sandbox/Math');
|
|
cy.visit('/Sandbox/Math');
|
|
|
|
|
+
|
|
|
|
|
+ cy.get('mjx-container').should('be.visible');
|
|
|
|
|
+
|
|
|
cy.screenshot(`${ssPrefix}-sandbox-math`);
|
|
cy.screenshot(`${ssPrefix}-sandbox-math`);
|
|
|
});
|
|
});
|
|
|
|
|
|