Release v2.13.1
This commit is contained in:
@@ -210,7 +210,7 @@ test('fonts page renders the upload card above the table card', () => {
|
||||
nextUrl: '?page=2',
|
||||
pages: [{ number: 1, active: true, url: '' }]
|
||||
},
|
||||
stylesheetHref: ''
|
||||
stylesheetHref: '/media/fonts/fonts.css?v=1'
|
||||
}, '', { id: 1 });
|
||||
|
||||
assert.ok(html.indexOf('Upload font') < html.indexOf('Managed fonts'));
|
||||
@@ -219,6 +219,9 @@ test('fonts page renders the upload card above the table card', () => {
|
||||
assert.match(html, /data-async-command/);
|
||||
assert.match(html, /data-font-toggle-row/);
|
||||
assert.match(html, /data-font-status-badge/);
|
||||
assert.match(html, /<link rel="stylesheet" href="\/media\/fonts\/fonts\.css\?v=1" \/>/);
|
||||
assert.match(html, /<th>Preview<\/th>/);
|
||||
assert.match(html, /font-family: 'Alpha Sans';/);
|
||||
assert.match(html, /data-table-sort-key="family"/);
|
||||
assert.match(html, /data-table-sort-key="file"/);
|
||||
assert.match(html, /data-table-sort-key="format"/);
|
||||
|
||||
Reference in New Issue
Block a user