1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[PM 1672] SecureSafe Import Url Header Fix (#6623)

* Get the url field name ignoring the case format

* Adding test cases for the SecureSafe importer

* Updating test cases and the way the url field is selected

* updating the variable name from url to urlField
This commit is contained in:
ttalty
2023-11-02 10:00:58 -04:00
committed by GitHub
parent b9cf29ff0c
commit db221dee05
3 changed files with 82 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
export const data_upperUrl = `"Title","Username","Password","URL","Comment"
"Gmail","test@gmail.com","test","https://gmail.com"`;
export const data_lowerUrl = `"Title","Username","Password","url","Comment"
"Gmail","test@gmail.com","test","https://gmail.com"`;