Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronbarker committed Dec 5, 2024
1 parent aacd798 commit a077c93
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('extension-to-toml', () => {
type: 'app_link',
draftVersion: {
context: 'COLLECTIONS#SHOW',
config: '{"text":"admin link label","url":"https://google.es"}',
config: '{"text":"Admin link label","url":"https://google.es"}',
},
}

Expand Down Expand Up @@ -55,7 +55,7 @@ handle = "admin-link-title"
type: 'bulk_action',
draftVersion: {
context: 'PRODUCTS#ACTION',
config: '{"text":"bulk action label","url":"https://google.es/action/product?product_id=123#hash"}',
config: '{"text":"Bulk action label","url":"https://google.es/action/product?product_id=123#hash"}',
},
}

Expand Down Expand Up @@ -89,7 +89,7 @@ handle = "bulk-action-title"
type: 'bulk_action',
draftVersion: {
context: 'PRODUCTS#ACTION',
config: '{"text":"bulk action label","url":"https://google.es/"}',
config: '{"text":"Bulk action label","url":"https://google.es/"}',
},
}

Expand Down Expand Up @@ -123,7 +123,7 @@ handle = "bulk-action-title"
type: 'bulk_action',
draftVersion: {
context: 'PRODUCTS#ACTION',
config: '{"text":"bulk action label","url":"https://google.es?foo=bar"}',
config: '{"text":"Bulk action label","url":"https://google.es?foo=bar"}',
},
}

Expand Down

0 comments on commit a077c93

Please sign in to comment.