aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-07-19 16:01:54 +0200
committerStas Vilchik <stas.vilchik@sonarsource.com>2017-07-21 16:14:07 +0200
commitbf11cb498b91153d984d3a96ef8cc5d741482021 (patch)
tree298f7158f8b4e9039f74739ea474ab2e2b7deea1 /tests
parentc724308f08204af98d0bcc063b77768e091c13cc (diff)
downloadsonarqube-bf11cb498b91153d984d3a96ef8cc5d741482021.tar.gz
sonarqube-bf11cb498b91153d984d3a96ef8cc5d741482021.zip
SONAR-9581 Use fixed width layout on Quality Gates page
Diffstat (limited to 'tests')
-rw-r--r--tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html b/tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html
index b0975df675d..71a49dc9940 100644
--- a/tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html
+++ b/tests/src/test/resources/qualityGate/QualityGateUiTest/should_display_quality_gates_page.html
@@ -40,12 +40,12 @@
</tr>
<tr>
<td>waitForElementPresent</td>
- <td>css=.quality-gates-results a</td>
+ <td>css=a.list-group-item</td>
<td></td>
</tr>
<tr>
<td>click</td>
- <td>css=.quality-gates-results a</td>
+ <td>css=a.list-group-item</td>
<td></td>
</tr>
<tr>