Skip to content

Commit

Permalink
Merge pull request #1596 from totvs/release/v1.20.28rc6
Browse files Browse the repository at this point in the history
Release/v1.20.28rc6
  • Loading branch information
renanllisboa authored Nov 27, 2024
2 parents 45002d3 + b632222 commit 809cdd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install_package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ taskkill /f /im chromedriver.exe
echo -------------------------
echo Installing project...
echo -------------------------
pip install -U dist/tir_framework-1.20.28rc5.tar.gz
pip install -U dist/tir_framework-1.20.28rc6.tar.gz
pause >nul | set/p = Press any key to exit ...
2 changes: 1 addition & 1 deletion tir/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ def ClickCombo(self, field='', value='', position=1):
>>> oHelper.ClickCombo('Visão', 'Compras')
:return:
"""
self.__poui.click_poui_component(field, value, position, selector="div > po-combo", container=True)
self.__poui.click_combo(field, value, position)

def ClickSelect(self, field='', value='', position=1):
"""
Expand Down
2 changes: 1 addition & 1 deletion tir/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.20.28rc5'
__version__ = '1.20.28rc6'

0 comments on commit 809cdd3

Please sign in to comment.