Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression #549

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Fix regression #549

merged 1 commit into from
Apr 9, 2024

Conversation

GioSensation
Copy link
Member

@GioSensation GioSensation commented Apr 9, 2024

Reviewer: @shakyShane
Asana: https://app.asana.com/0/1203822806345703/1207033630521713/f

Description

The manage button regressed in #252. Fixed now and improved the tests.

Steps to test

Integration tests added + tested in browser.

Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
@GioSensation GioSensation self-assigned this Apr 9, 2024
openManageCreditCards () {
return this.deviceApi.notify(createNotification('pmHandlerOpenManageCreditCards'))
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd removed these in #252 but never added them back 🙃.

@@ -401,6 +412,7 @@ test.describe('Auto-fill a login form on macOS', () => {
if (expectedLabel) {
await overlay.clickButtonWithText(expectedLabel)
await overlay.assertCloseAutofillParent()
await overlay.assertCallHappenedTimes(expectedCall, 1)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asserting the call will prevent regressions in the future.

@GioSensation GioSensation marked this pull request as ready for review April 9, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants