Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix the title check in a dashboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Nov 6, 2014
1 parent 18fe12b commit d08d447
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -133,6 +133,6 @@ public void createProject() throws Exception {
CreateProjectPage createProjectPage =
dashboard.gotoProjectsTab().clickOnCreateProjectLink();
assertThat(createProjectPage.getTitle())
.isEqualTo("Projects - New Project");
.contains("New Project");
}
}

0 comments on commit d08d447

Please sign in to comment.