Skip to content

Commit

Permalink
removed unused using statement + fixed small typo in the details page…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
DanielClarkeEducation committed Aug 5, 2024
1 parent 9c86052 commit 4e8ee7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Dfe.EarlyYearsQualification.Content.Entities;

namespace Dfe.EarlyYearsQualification.Web.Models.Content;

public class DetailsPageModel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe("A spec used to test the qualification details page", () => {
cy.get(".govuk-tag").eq(4).should("have.class", "govuk-tag--red");
})

it("Clicking the print button bring up the print dialog", () => {
it("Clicking the print button brings up the print dialog", () => {
cy.setCookie('user_journey', '%7B%22WhereWasQualificationAwarded%22%3A%22england%22%2C%22WhenWasQualificationAwarded%22%3A%227%2F2015%22%2C%22LevelOfQualification%22%3A%223%22%2C%22WhatIsTheAwardingOrganisation%22%3A%22NCFE%22%2C%22SearchCriteria%22%3A%22%22%2C%22AdditionalQuestionsAnswers%22%3A%7B%22Test%20question%22%3A%22yes%22%2C%22Test%20question%202%22%3A%22no%22%7D%7D');
cy.visit("/qualifications/qualification-details/eyq-240");

Expand Down

0 comments on commit 4e8ee7b

Please sign in to comment.