Workaround for selenium chrome driver issue.
This commit is contained in:
parent
18c857a686
commit
dfc517a97b
2 changed files with 2 additions and 4 deletions
|
@ -3932,10 +3932,6 @@ footer {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.shortcut {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.shortcut .dropdown-menu > .active > a {
|
||||
background: none;
|
||||
}
|
||||
|
|
|
@ -273,6 +273,8 @@ class AgentTicketActionLevel0Test < TestCase
|
|||
value: :arrow_down,
|
||||
)
|
||||
|
||||
sleep 1
|
||||
|
||||
click(
|
||||
browser: browser2,
|
||||
css: '.active .shortcut > ul> li > a',
|
||||
|
|
Loading…
Reference in a new issue