Workaround for selenium chrome driver issue.

This commit is contained in:
Martin Edenhofer 2015-10-19 00:15:58 +02:00
parent 18c857a686
commit dfc517a97b
2 changed files with 2 additions and 4 deletions

View file

@ -3932,10 +3932,6 @@ footer {
justify-content: center;
}
.shortcut {
z-index: 1000;
}
.shortcut .dropdown-menu > .active > a {
background: none;
}

View file

@ -273,6 +273,8 @@ class AgentTicketActionLevel0Test < TestCase
value: :arrow_down,
)
sleep 1
click(
browser: browser2,
css: '.active .shortcut > ul> li > a',