diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-06 23:32:52 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-12-06 23:32:52 +0000 |
commit | b49ed36365851001efa8c29794eff6ca707ef7c0 (patch) | |
tree | ae4924a0b46f5e4f35556d2af117ea63b82f9a99 /tests | |
parent | 2b9e4602bfaa4585724eb99137b439d0632fe0c5 (diff) | |
download | sonarqube-b49ed36365851001efa8c29794eff6ca707ef7c0.tar.gz sonarqube-b49ed36365851001efa8c29794eff6ca707ef7c0.zip |
fix IT
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html b/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html index fad644b47ef..195e04be0ca 100644 --- a/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html +++ b/tests/integration/tests/src/it/selenium/profiles/dashboard_links_to_used_profile.html @@ -19,7 +19,7 @@ <tr> <td>assertText</td> <td>snapshot_title</td> - <td>glob:*profile Integration tests*</td> + <td>glob:*Profile Integration tests*</td> </tr> <tr> <td>clickAndWait</td> |