diff --git a/cypress/integration/add-forge-now-request-dashboard.spec.js b/cypress/integration/add-forge-now-request-dashboard.spec.js index 998aae9d9820793a0748aa9d07f8747620ed7b34..3f9136a830626db04f6d4c44d527d82322453f70 100644 --- a/cypress/integration/add-forge-now-request-dashboard.spec.js +++ b/cypress/integration/add-forge-now-request-dashboard.spec.js @@ -5,8 +5,6 @@ * See top-level LICENSE file for more information */ - -let forgeAddRequest; const requestId = 1; describe('Test add forge now request dashboard load', function() { @@ -73,7 +71,7 @@ describe('Test add forge now request dashboard load', function() { // // make sure the email address is right // }); - it('should load possbile next status', function() { + it('should load possible next status', function() { // 3 possible status for a request in pending state cy.get('#decisionOptions') .children() @@ -83,6 +81,6 @@ describe('Test add forge now request dashboard load', function() { it('should update the forge request', function() { }); - it('should update cahnge the request details', function() { + it('should update change the request details', function() { }); });