Removed not longer needed prio param (already filled in backend).
This commit is contained in:
parent
6b778c27ee
commit
ee25ccbd32
2 changed files with 0 additions and 7 deletions
|
@ -33,7 +33,6 @@ class AgentTicketOverviewLevel1Test < TestCase
|
|||
selector: {
|
||||
'Priority' => '1 low',
|
||||
},
|
||||
prio: 1000,
|
||||
'order::direction' => 'down',
|
||||
}
|
||||
)
|
||||
|
@ -45,7 +44,6 @@ class AgentTicketOverviewLevel1Test < TestCase
|
|||
selector: {
|
||||
'Priority' => '3 high',
|
||||
},
|
||||
prio: 1001,
|
||||
'order::direction' => 'down',
|
||||
}
|
||||
)
|
||||
|
|
|
@ -1285,11 +1285,6 @@ wait untill text in selector disabppears
|
|||
}
|
||||
end
|
||||
|
||||
if data[:prio]
|
||||
element = instance.find_elements(css: '.modal input[name=prio]')[0]
|
||||
element.clear
|
||||
element.send_keys(data[:prio])
|
||||
end
|
||||
if data['order::direction']
|
||||
element = instance.find_elements(css: '.modal select[name="order::direction"]')[0]
|
||||
dropdown = Selenium::WebDriver::Support::Select.new(element)
|
||||
|
|
Loading…
Reference in a new issue