Skip to content
Snippets Groups Projects
Commit 767c393a authored by Lotte Hofstede's avatar Lotte Hofstede
Browse files

44878: fixed description

parent f8496839
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ fdescribe('protractor SearchPage', () => {
});
});
it('should have right scope selected when navigating to page with query parameter', () => {
it('should have right scope selected when navigating to page with scope parameter', () => {
const scope: promise.Promise<string> = page.getRandomScopeOption();
scope.then((scopeString: string) => {
page.navigateToSearchWithScopeParameter(scopeString);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment