Skip to content

Commit

Permalink
Update toolium/test/utils/test_dataset_map_param_context.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Guijarro <[email protected]>
  • Loading branch information
promans718 and pabloge authored Oct 9, 2024
1 parent 0d6cd55 commit 39be4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolium/test/utils/test_dataset_map_param_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ class Context(object):
}
dataset.behave_context = context
assert map_param("[CONTEXT:list.cmsScrollableActions.-1.id]") == 'ask-for-negative'
assert map_param("[CONTEXT:list.cmsScrollableActions.-3.id]") == 'ask-for-duplicate'


def test_a_context_param_list_incorrect_negative_index():
Expand Down

0 comments on commit 39be4e7

Please sign in to comment.