7251b1acac
no issue - moved navigation settings tests from old settings/design tests to a separate file and unskipped them - added happy-path acceptance tests for - rendering design screen - installing an official theme from the themes list - uploading a custom theme
21 lines
310 B
JavaScript
21 lines
310 B
JavaScript
export default [
|
|
{
|
|
name: 'casper',
|
|
package: {
|
|
name: 'casper',
|
|
version: '1.0'
|
|
},
|
|
active: true
|
|
},
|
|
{
|
|
name: 'foo',
|
|
package: {
|
|
name: 'Foo',
|
|
version: '0.1'
|
|
}
|
|
},
|
|
{
|
|
name: 'bar'
|
|
}
|
|
];
|