Skip to content

Commit

Permalink
[testy][ui] dvojnasobne zrychleni testu upravy klientu
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlukas committed Aug 12, 2019
1 parent 709fb35 commit fd0d57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui_steps/clients.py
Expand Up @@ -114,10 +114,10 @@ def step_impl(context):

@then("the client is updated")
def step_impl(context):
# pockej az bude mozne prepinat mezi ne/aktivnimi klienty
wait_switching_available(context.browser)
# pockej na update klientu
helpers.wait_loading_cycle(context.browser)
# pockej az bude mozne prepinat mezi ne/aktivnimi klienty
wait_switching_available(context.browser)
# ma klient opravdu nove udaje?
assert find_client_with_context(context)
assert clients_cnt(context.browser) == context.old_clients_cnt
Expand Down

0 comments on commit fd0d57c

Please sign in to comment.