1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should correctly hide upgrade/uninstall buttons 1`] = `
5 className="boxed-group boxed-group-inner marketplace-edition"
11 "currentEditionKey": "",
12 "installationStatus": "NONE",
19 className="spacer-bottom"
28 className="marketplace-edition-action spacer-top"
34 marketplace.learn_more
40 exports[`should correctly hide upgrade/uninstall buttons 2`] = `
42 className="boxed-group boxed-group-inner marketplace-edition"
48 "currentEditionKey": "foo",
49 "installationStatus": "NONE",
56 className="spacer-bottom"
65 className="marketplace-edition-action spacer-top"
71 marketplace.learn_more
77 exports[`should disable uninstall button 1`] = `
79 className="boxed-group boxed-group-inner marketplace-edition"
85 "currentEditionKey": "foo",
86 "installationStatus": "AUTOMATIC_IN_PROGRESS",
87 "nextEditionKey": "foo",
93 className="spacer-bottom"
102 className="marketplace-edition-action spacer-top"
108 marketplace.learn_more
111 className="button-red"
115 marketplace.uninstall
121 exports[`should disable upgrade button 1`] = `
123 className="boxed-group boxed-group-inner marketplace-edition"
129 "currentEditionKey": "",
130 "installationStatus": "AUTOMATIC_IN_PROGRESS",
131 "nextEditionKey": "foo",
137 className="spacer-bottom"
146 className="marketplace-edition-action spacer-top"
152 marketplace.learn_more
164 exports[`should disable upgrade button 2`] = `
166 className="boxed-group boxed-group-inner marketplace-edition"
172 "currentEditionKey": "",
173 "installationStatus": "AUTOMATIC_READY",
174 "nextEditionKey": "foo",
180 className="spacer-bottom"
189 className="marketplace-edition-action spacer-top"
195 marketplace.learn_more
207 exports[`should display a downgrade button 1`] = `
209 className="boxed-group boxed-group-inner marketplace-edition"
215 "currentEditionKey": "",
216 "installationStatus": "NONE",
217 "nextEditionKey": "",
223 className="spacer-bottom"
232 className="marketplace-edition-action spacer-top"
238 marketplace.learn_more
244 marketplace.downgrade
250 exports[`should display the edition 1`] = `
252 className="boxed-group boxed-group-inner marketplace-edition"
258 "currentEditionKey": "",
259 "installationStatus": "NONE",
260 "nextEditionKey": "",
266 className="spacer-bottom"
275 className="marketplace-edition-action spacer-top"
281 marketplace.learn_more