Skip to content
Snippets Groups Projects
Commit fdf5a5d0 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #71408 fix rt comments

parent 0918961e
Branches
Tags
2 merge requests!2503Dev#71408 mise en valeur des chiffres assistance liste des fonctionalites moderations chiffre sur rond de fond rouge cf reseaux sociaux,!2501dev #71408 fix rt comments
Pipeline #3488 passed with stage
in 26 minutes and 21 seconds
......@@ -292,11 +292,7 @@ li {
padding: 0.2ex 0.35em;
}
.barre_nav li a[href*="/admin/feature"][data-count] .menu_info {
background-color: var(--success-background);
}
.barre_nav li a[href*="/admin/redmine"][data-count] .menu_info {
.barre_nav li a[data-count] .menu_info {
background-color: var(--error-background);
}
......
......@@ -29,6 +29,12 @@ class FeatureControllerIndexDispatchTest extends Admin_AbstractControllerTestCas
}
/** @test */
public function barNavShouldContainsFeaturesLinkWithCounter() {
$this->assertXPathContentContains('//ul//li//a[@data-count]', 'Fonctionnalités');
}
/** @test */
public function fileManagerShouldBeANewFeature() {
$this->assertXPathContentContains('//table[@id="features"]//td', 'Explorateur de fichier');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment