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

feat: implement temporary hack to handle Submission lambda name change #3486

Conversation

craigzour
Copy link
Contributor

@craigzour craigzour commented Apr 18, 2024

Summary | Résumé

linked to cds-snc/forms-terraform#626

  • Adds a hack to handle Submission lambda function name which is going to be changed in an upcoming infra update.

IMPORTANT:

This should be deployed to Staging and Production "as soon as possible" so that the Lambda containerization update on the infra side can also be released.

Copy link
Contributor

Copy link
Contributor

@bryan-robitaille bryan-robitaille left a comment

Choose a reason for hiding this comment

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

Nice, looks good to me.

wmoussa-gc
wmoussa-gc previously approved these changes Apr 22, 2024
@bryan-robitaille bryan-robitaille enabled auto-merge (squash) April 24, 2024 11:42
@craigzour craigzour force-pushed the feature/backward-compatibility-for-submission-lambda-call branch from 489c977 to 8931adf Compare April 24, 2024 17:06
@craigzour craigzour force-pushed the feature/backward-compatibility-for-submission-lambda-call branch from 244005c to e51a46a Compare April 26, 2024 16:57
@craigzour craigzour force-pushed the feature/backward-compatibility-for-submission-lambda-call branch from 18d0d12 to 2d98b1c Compare April 26, 2024 19:40
@craigzour
Copy link
Contributor Author

@bryan-robitaille @wmoussa-gc had to implement a fix for a test that was not passing anymore (no idea why it suddenly happened). The issue is that the modal for creating a link in a RichTextBox appears stay up even though we press escape in the Cypress code ( .type("example.com{enter}{esc}"); ). The result is that Cypress is not able to interact with HTML element underneath that modal. Decided to move the test at the end of all the others until we find a proper solution.

@bryan-robitaille bryan-robitaille merged commit 48919e3 into develop Apr 30, 2024
11 checks passed
@bryan-robitaille bryan-robitaille deleted the feature/backward-compatibility-for-submission-lambda-call branch April 30, 2024 12:32
craigzour added a commit that referenced this pull request May 1, 2024
craigzour added a commit that referenced this pull request May 1, 2024
…me change (#3486)" (#3529)

* Revert "feat: implement temporary hack to handle Submission lambda name change (#3486)"

This reverts commit 48919e3.

* fix: buggy Cypress test
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.

3 participants