itemengine-cypress-automation 1.0.273-cssUpdates12Dec-cecd1ee.0 → 1.0.274-cssUpdates12Dec-1ae2022.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,15 +7,21 @@ const selectors = {
7
7
 
8
8
  const steps = {
9
9
  submitResponse: () => {
10
+ cy.log('Adding wait to make sure the answers are added')
11
+ cy.wait(1000);
10
12
  studentViewPage.submitButton()
11
13
  .click();
14
+ cy.log('Adding wait to make sure the answers is submitted')
15
+ cy.wait(1000);
12
16
  },
13
17
 
14
18
  clickOnGoToGradingViewButton: () => {
19
+ cy.wait(1000);
15
20
  studentViewPage.buttonGoToGradingView()
16
21
  .click();
17
22
  cy.url()
18
23
  .should('contain', 'grading-view');
24
+ cy.wait(1000);
19
25
  },
20
26
 
21
27
  clearResponses: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.273-cssUpdates12Dec-cecd1ee.0",
3
+ "version": "1.0.274-cssUpdates12Dec-1ae2022.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {