Skip to content

Commit

Permalink
Rename test sub-group.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmotyczynska committed Nov 20, 2023
1 parent 13e24ee commit f9568e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

import windowsSpecificTags from './windows-specific-tags/input.html';
import windowsSpecificTagsModel from './windows-specific-tags/model.html';
import smartTags from './smart-tags/input.html';
import smartTagsModel from './smart-tags/model.html';

export const fixtures = {
input: {
windowsSpecificTags
smartTags
},
model: {
windowsSpecificTags: windowsSpecificTagsModel
smartTags: smartTagsModel
}
};
4 changes: 2 additions & 2 deletions packages/ckeditor5-paste-from-office/tests/_utils/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { fixtures as table } from '../_data/table/index.js';
import { fixtures as pageBreak } from '../_data/page-break/index.js';
import { fixtures as fontWithoutTableProperties } from '../_data/font-without-table-properties/index';
import { fixtures as googleDocsBrParagraphs } from '../_data/paste-from-google-docs/br-paragraph/index';
import { fixtures as windowsSpecificTags } from '../_data/other/index';
import { fixtures as smartTags } from '../_data/other/index';

// Generic fixtures.
export const generic = {
Expand All @@ -31,7 +31,7 @@ export const generic = {
table,
'page-break': pageBreak,
'font-without-table-properties': fontWithoutTableProperties,
'windows-specific-tags': windowsSpecificTags
'smart-tags': smartTags
};

// Browser specific fixtures.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe( 'PasteFromOffice - integration', () => {
} );

generateIntegrationTests( {
input: 'windows-specific-tags',
input: 'smart-tags',
editorConfig: {
plugins: [ Clipboard, Paragraph, Bold, PasteFromOffice, FontColor ]
}
Expand Down

0 comments on commit f9568e7

Please sign in to comment.