Maintenance: Try to improve the stabilzation of the ticket zoom selenium test.
This commit is contained in:
parent
37e01cab84
commit
cc29107ef7
1 changed files with 2 additions and 0 deletions
|
@ -904,6 +904,8 @@ RSpec.describe 'Ticket zoom', type: :system do
|
||||||
|
|
||||||
def forward
|
def forward
|
||||||
within :active_content do
|
within :active_content do
|
||||||
|
# binding.pry
|
||||||
|
wait.until_exists { find('.textBubble-content .richtext-content') }
|
||||||
click '.js-ArticleAction[data-type=emailForward]'
|
click '.js-ArticleAction[data-type=emailForward]'
|
||||||
fill_in 'To', with: 'customer@example.com'
|
fill_in 'To', with: 'customer@example.com'
|
||||||
find('.js-submit').click
|
find('.js-submit').click
|
||||||
|
|
Loading…
Reference in a new issue