Skip to content

Commit 9f98601

Browse files
authored
Merge branch 'dev' into CarsonDavis-patch-1
2 parents 36a7317 + e188725 commit 9f98601

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,20 @@ For each PR made, an entry should be added to this changelog. It should contain
4242
- In `title_patterns_table` definition, corrected the column reference
4343
- Made `match_pattern_type` searchable
4444
- Corrected the column references and made code consistent on all the other tables, i.e., `exclude_patterns_table`, `include_patterns_table`, `division_patterns_table` and `document_type_patterns_table`
45+
46+
- 1192-finalize-the-infrastructure-for-frontend-testing
47+
- Description: Set up comprehensive frontend testing infrastructure using Selenium WebDriver with Chrome, establishing a foundation for automated UI testing.
48+
- Changes:
49+
- Added Selenium testing dependency to `requirements/local.txt`
50+
- Updated Dockerfile to support Chrome and ChromeDriver
51+
- Created BaseTestCase and AuthenticationMixin for reusable test components
52+
- Implemented core authentication test suite
53+
54+
- 1195-implement-unit-test-for-forms-on-the-frontend
55+
- Description: Implemented comprehensive frontend test suite covering authentication, collection management, search functionality, and pattern application forms.
56+
- Changes:
57+
- Added tests for authentication flows
58+
- Implemented collection display and data table tests
59+
- Added universal search functionality tests
60+
- Created search pane filter tests
61+
- Added pattern application form tests with validation checks

0 commit comments

Comments
 (0)