WEB-890: Implement storageState authentication bypass for Playwright E2E#2
Open
DeathGun44 wants to merge 11 commits intodevfrom
Open
WEB-890: Implement storageState authentication bypass for Playwright E2E#2DeathGun44 wants to merge 11 commits intodevfrom
DeathGun44 wants to merge 11 commits intodevfrom
Conversation
383a55b to
358e26c
Compare
5a22264 to
f14a86d
Compare
…ixed-deposits-shows-raw-translation-key-instead-of-text WEB-901 Page title for fixed deposits shows raw translation key instead of text
…n key instead of text (openMF#3471)
… of Loan Account Details (openMF#3465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…localized-translations-for-loan-originators-page-title WEB-907 Fix missing and localized translations for loan originators page title
Signed-off-by: DeathGun44 <krishnamewara841@gmail.com>
f14a86d to
c67e7e3
Compare
❌ Too many commitsThis PR has 11 commits — it must have exactly 1. How to squash# From your PR branch:
git rebase -i HEAD~11
# In the editor that opens, keep the FIRST commit as "pick"
# and change all others to "squash" (or "s"):
# pick abc1234 Your first commit message
# squash def5678 Your second commit
# squash ghi9012 Your third commit
# Save, then edit the combined commit message.
# Finally, force-push:
git push --force-with-lease
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Describe the changes made and why they were made instead of how they were made. List any dependencies that are required for this change.
Related issues and discussion
#{Issue Number}
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md.