From ca71017f47f9af0fb6cac0d10b8e684ca93e69f4 Mon Sep 17 00:00:00 2001 From: netzulo Date: Fri, 19 Apr 2019 11:13:20 +0200 Subject: [PATCH] [qacode] CHANGELOG for PR #264 + issues: #248 , #265 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95e4cb7..c727cceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - New module at 'qacode.core.loggers' named 'logger_messages' #untracked - New nav_base method named ele_wait_value #untracked - Move dropdown methods to new control dropdown class #258 +- Added new class named 'ControlTable' #248 ### Changed - Separate benchmark test from all functional tests at tox -e coverage #251 @@ -18,12 +19,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Refactor for control suites after changes from #247 , #untracked - Updated USAGE.rst documentation #258 - Now get_text check for input tag #untracked +- Function with Cognitive Complexity of 13 (exceeds 5 allowed) #265 +- New internal method to reduce duplication at ControlDropdown #untracked ### Fixed - Can't use dropdown methods if ControlForm strict_tags is disabled #247 - Some PageExceptions was failing at instantiation #untracked - Now get_tag update self property -- fixed CI complexity issue for #261 +- Fixed CI complexity issue for #261 +- Some ControlForm+inherit could fail if stric_rules was None #248 ### Removed - Deleted ControlGroup + tests #256