File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
itk_dev_shared_components/eflyt Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22disable =
33 C0301, # Line too long
44 I1101, E1101, # C-modules members
5- R0913 # Too many arguments
5+ R0913, R0917 # Too many arguments
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.7.1] - 2024-09-24
11+
12+ ### Fixed
13+
14+ - eFlyt: Will now change tab when adding notes
15+
1016## [ 2.7.0] - 2024-09-16
1117
1218### Added
@@ -168,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168174
169175- Initial release
170176
171- [ Unreleased ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/compare/2.7.0...HEAD
177+ [ Unreleased ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/compare/2.7.1...HEAD
178+ [ 2.7.1 ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.7.1
172179[ 2.7.0 ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.7.0
173180[ 2.6.1 ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.6.1
174181[ 2.6.0 ] : https://github.com/itk-dev-rpa/ITK-dev-shared-components/releases/tag/2.6.0
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ def check_all_approved(browser: webdriver.Chrome) -> bool:
174174
175175def add_note (browser : webdriver .Chrome , message : str ):
176176 """Add a note to a case."""
177+ change_tab (browser , 0 )
177178 message = f"{ date .today ().strftime ('%Y-%m-%d' )} Besked fra Robot: { message } "
178179 browser .find_element (By .ID , "ctl00_ContentPlaceHolder2_ptFanePerson_ncPersonTab_ButtonVisOpdater" ).click ()
179180
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " itk_dev_shared_components"
7- version = " 2.7.0 "
7+ version = " 2.7.1 "
88authors = [
99 { name =" ITK Development" , email =" itk-rpa@mkb.aarhus.dk" },
1010]
You can’t perform that action at this time.
0 commit comments