Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Add a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Jun 23, 2019
1 parent 93d490a commit af8bf02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/UniversalDashboard.Materialize/Tests/navigation.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Describe "Navigation" {
)

It "should navigate between pages" {
Start-Sleep 1

$Element = Find-SeElement -Id "sidenavtrigger" -Driver $Driver
Invoke-SeClick $Element

Expand Down

0 comments on commit af8bf02

Please sign in to comment.