diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-05 15:57:29 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-05 15:57:29 +0000 |
commit | f45ae9e1ec94fde6952e0c2aaa56a82f6f4bab29 (patch) | |
tree | b6ca9e3b52d4077aa193e29eda33bf75fa229ca7 | |
parent | 2c9c992a2c86ba7b4cf6e6bd7a4381a5498918aa (diff) | |
download | sonarqube-f45ae9e1ec94fde6952e0c2aaa56a82f6f4bab29.tar.gz sonarqube-f45ae9e1ec94fde6952e0c2aaa56a82f6f4bab29.zip |
fix ITs
-rw-r--r-- | tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html | 3 | ||||
-rw-r--r-- | tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html b/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html index 11a69bcb50d..61200df6da6 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html +++ b/tests/integration/tests/src/it/selenium/dashboard/chidamber_kemerer_widget.html @@ -3,6 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> <title>chidamber_kemerer_widget</title> </head> <body> @@ -32,7 +33,7 @@ </tr> <tr> <td>assertText</td> - <td>ckjm</td> + <td>css=#dashboard .ckjm</td> <td>glob:*LCOM4*RFC*</td> </tr> diff --git a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html index fe12ef1f2f5..f4ab58176c0 100644 --- a/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html +++ b/tests/integration/tests/src/it/selenium/dashboard/package_design_widget_on_projects.html @@ -3,12 +3,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -<title>design_widget</title> +<link rel="selenium.base" href="" /> +<title>package_design_widget_on_projects</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> -<tr><td rowspan="1" colspan="3">design_widget</td></tr> +<tr><td rowspan="1" colspan="3">package_design_widget_on_projects</td></tr> </thead><tbody> <tr> <td>open</td> @@ -17,7 +18,7 @@ </tr> <tr> <td>assertText</td> - <td>package-design</td> + <td>css=#dashboard .package-design</td> <td>glob:*Package*cycles*</td> </tr> <tr> |