Skip to content

Commit

Permalink
#2 Update assertion for the Project Catalog page title
Browse files Browse the repository at this point in the history
-> Fix for openProjectCatalog.feature
  • Loading branch information
helkv committed Mar 3, 2021
1 parent af4a457 commit 2300c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/stepdefinitions/ContentInformationSteps.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void openProjectCatalog() {

@Then("Project Catalog Page is opened")
public void projectCatalogPageIsOpened() {
assertThat(catalogPage.getTitle()).isEqualTo("Catalog - KEEPER");
assertThat(catalogPage.getTitle()).isEqualTo("Project Catalog - KEEPER");
}

@When("Open Help page")
Expand Down

0 comments on commit 2300c15

Please sign in to comment.