Mikita Belahlazau

Results 23 issues of Mikita Belahlazau

### Description See #3323 for context ### Checklist - [x] Added the correct label: < feature | bug | dependencies | infrastructure | ignore-for-release > - [ ] Created tests...

tech-debt
ignore-for-release

At the moment there are 2 different styles of working with browser: launch new instance of browser on each test case and destroy it afterwards or launch browser once and...

tech-debt

Along with videos, playwright can save HAR files that contains HTTP traffic. This will be useful for debugging tests, especially given how traffic-intensive (many requests) is civiform. See `recordHar` option...

good first issue
testing

### Description The function simplifies managing browser-related, session stuff: it resets session between tests and launches/shutdowns browser. Using this function test writers don't need to worry about initialization of browser....

ignore-for-release

The goal is to allow developers to run dev tasks (running server, running unit tests, running browser tests) from the same environment removing the need to switch between environments that...

infrastructure

**Describe the bug** When admin logs in to CiviForm via Azure AD doesn't have email (e.g. account was created without an inbox) - CiviForm crashes with the error that requires...

bug
authentication

### Description There are few changes in this PR. 1. Add `init_postgres.sql` script which is mapped to postgres container during startup. It creates 2 additional databases: `unitetests` and `browsertests` to...

infrastructure

The Oncall is responsible for releasing a new version of CiviForm at the start of their rotation and general upkeep through their rotation. This is an aid for each rotation,...

During conversation Arkansas brought up usage of AWS GuardDuty to detect malicious activity in CiviForm deployment. it will likely be a requirement for production deployment. We should look into GuardDuty,...

deploy
aws

**Is your feature request related to a problem? Please describe.** Certain programs/civic entities ask in which county applicant lives as part of address question. Today Civiform address question type doesn't...

user-feedback