1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/libs/importer/spec/test-data/securesafe-csv/securesafe-example.csv.ts
ttalty db221dee05
[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
2023-11-02 10:00:58 -04:00

6 lines
261 B
TypeScript

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"`;