diff --git a/src/UniversalDashboard.Materialize/Tests/navbar.tests.ps1 b/src/UniversalDashboard.Materialize/Tests/navbar.tests.ps1 index 3999f3b4..432e1707 100644 --- a/src/UniversalDashboard.Materialize/Tests/navbar.tests.ps1 +++ b/src/UniversalDashboard.Materialize/Tests/navbar.tests.ps1 @@ -20,7 +20,7 @@ Describe "Navbar" { ) It "should have the correct colors" { - Find-SeElement -Driver $Driver -ClassName 'ud-navbar' | Get-SeElementCssValue -Name 'background-color' | Should be 'rgb(36, 81, 131)' + Find-SeElement -Driver $Driver -ClassName 'ud-navbar' | Get-SeElementCssValue -Name 'background-color' | Should be 'rgb(63, 81, 181)' Find-SeElement -Driver $Driver -ClassName 'ud-navbar' | Get-SeElementCssValue -Name 'color' | Should be 'rgb(255, 255, 255)' } } diff --git a/src/UniversalDashboard.UITest/Integration/Theme.Tests.ps1 b/src/UniversalDashboard.UITest/Integration/Theme.Tests.ps1 index 1fbb913c..e86ea914 100644 --- a/src/UniversalDashboard.UITest/Integration/Theme.Tests.ps1 +++ b/src/UniversalDashboard.UITest/Integration/Theme.Tests.ps1 @@ -123,7 +123,7 @@ Describe "Theme" { It "should generate the correct theme" { $Theme = Invoke-WebRequest http://localhost:10001/api/internal/dashboard/theme -WebSession $ud - $Theme.Content.Contains(".ud-dashboard {`r`n`tbackground-color : #234234;`r`n`tcolor : #959595;`r`n}`r`n.ud-table {`r`n`tbackground-color : #123123;`r`n}`r`n") | should be $true + $Theme.Content.Contains(".ud-dashboard {`r`n`tbackground-color : #EEEEEE;`r`n`tcolor : #111111;`r`n}`r`n.ud-table {`r`n`tbackground-color : #123123;`r`n}`r`n") | should be $true } } diff --git a/src/UniversalDashboard.UITest/Manifest.Tests.ps1 b/src/UniversalDashboard.UITest/Manifest.Tests.ps1 index 8484ba1f..91adb0fa 100644 --- a/src/UniversalDashboard.UITest/Manifest.Tests.ps1 +++ b/src/UniversalDashboard.UITest/Manifest.Tests.ps1 @@ -11,7 +11,7 @@ Get-UDDashboard | Stop-UDDashboard Describe "Manifest" { It "should have correct version" { - (Get-Module 'UniversalDashboard.Community').Version | Should be "2.5.2" + (Get-Module 'UniversalDashboard.Community').Version | Should be "2.5.3" } It "should have correct exported commands" {