From 39be4e7260777de19c9fd41a99dfb8ebd5115261 Mon Sep 17 00:00:00 2001 From: Patricia Roman Sanchez <58507180+promans718@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:00:05 +0200 Subject: [PATCH] Update toolium/test/utils/test_dataset_map_param_context.py Co-authored-by: Pablo Guijarro --- toolium/test/utils/test_dataset_map_param_context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toolium/test/utils/test_dataset_map_param_context.py b/toolium/test/utils/test_dataset_map_param_context.py index 8f6d4339..8b8aeca6 100644 --- a/toolium/test/utils/test_dataset_map_param_context.py +++ b/toolium/test/utils/test_dataset_map_param_context.py @@ -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():