Skip to content

Commit

Permalink
Maintenance: Improve ticket list test for mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fliebe92 committed Nov 8, 2023
1 parent 6f10ea8 commit 027f7db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/system/apps/mobile/tickets/ticket_list_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ def wait_for_tickets(count:)

link.find('span', text: 'Test Ticket').click

wait_for_gql('apps/mobile/pages/ticket/graphql/queries/ticket.graphql')

find_button('Go back').click

wait_for_gql('shared/entities/ticket/graphql/queries/ticket/overviews.graphql')

expect_current_route '/tickets/view/all_open'

wait.until do
Expand Down

0 comments on commit 027f7db

Please sign in to comment.