diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-05-09 09:17:16 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-09 20:20:46 +0200 |
commit | 09b3d167fa8f399e18a37d56e7c8cbb61f68f97f (patch) | |
tree | 415072b29720bdd0c5293a898eb4ed10b807859e /tests/src/test | |
parent | 302775229e9cc6debd58804446cb98c2ea563bd4 (diff) | |
download | sonarqube-09b3d167fa8f399e18a37d56e7c8cbb61f68f97f.tar.gz sonarqube-09b3d167fa8f399e18a37d56e7c8cbb61f68f97f.zip |
SONAR-10664 Improve dropdown UI/UX consistency (#217)
Diffstat (limited to 'tests/src/test')
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications-with-deleted-project.html b/tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications-with-deleted-project.html index 37a48368f83..1a3c59b3dd8 100644 --- a/tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications-with-deleted-project.html +++ b/tests/src/test/resources/duplication/CrossProjectDuplicationsOnRemoveFileTest/duplications-with-deleted-project.html @@ -35,12 +35,12 @@ </tr> <tr> <td>waitForElementPresent</td> - <td>css=.bubble-popup</td> + <td>css=.popup</td> <td></td> </tr> <tr> <td>assertElementPresent</td> - <td>css=.bubble-popup .alert</td> + <td>css=.popup .alert</td> <td></td> </tr> </tbody> diff --git a/tests/src/test/resources/duplication/CrossProjectDuplicationsTest/cross-project-duplications-viewer.html b/tests/src/test/resources/duplication/CrossProjectDuplicationsTest/cross-project-duplications-viewer.html index 689594fdbb1..ecb338b7af6 100644 --- a/tests/src/test/resources/duplication/CrossProjectDuplicationsTest/cross-project-duplications-viewer.html +++ b/tests/src/test/resources/duplication/CrossProjectDuplicationsTest/cross-project-duplications-viewer.html @@ -45,12 +45,12 @@ </tr> <tr> <td>waitForElementPresent</td> - <td>css=.bubble-popup</td> + <td>css=.popup</td> <td></td> </tr> <tr> <td>waitForText</td> - <td>css=.bubble-popup</td> + <td>css=.popup</td> <td>glob:*origin-project*File1.xoo*</td> </tr> </tbody> |