Skip to content
Snippets Groups Projects
Commit bb4bddb1 authored by Igor Markin's avatar Igor Markin
Browse files

Add checks for outlook-outlook plain and htmltext

parent 05126e9e
No related branches found
No related tags found
1 merge request!15Add READMEs for Outlook desktop cases
...@@ -12,9 +12,6 @@ describe("[HTML] Outlook-Outlook emails normalization", () => { ...@@ -12,9 +12,6 @@ describe("[HTML] Outlook-Outlook emails normalization", () => {
EMAIL_VENDORS.OUTLOOK EMAIL_VENDORS.OUTLOOK
); );
//describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"], [])); describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"], []));
describe( describe("MacOS-MacOS", describeFunction("macos-macos", [], ["01", "02"]));
"MacOS-MacOS",
describeFunction("macos-macos", ["sss"], ["01", "02"])
);
}); });
...@@ -15,4 +15,5 @@ describe("[Pseudo PLAIN] Outlook-Outlook normalization", () => { ...@@ -15,4 +15,5 @@ describe("[Pseudo PLAIN] Outlook-Outlook normalization", () => {
// ["01"] - is a filter. Pass here names of directories with test cases you want to check // ["01"] - is a filter. Pass here names of directories with test cases you want to check
describe("Chrome-Chrome", describeFunction("chrome-chrome")); describe("Chrome-Chrome", describeFunction("chrome-chrome"));
describe("MacOS-MacOS", describeFunction("macos-macos", null, ["01", "02"]));
}); });
...@@ -9,4 +9,5 @@ const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`); ...@@ -9,4 +9,5 @@ const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`);
describe("[Plain] Outlook-Outlook normalization", () => { describe("[Plain] Outlook-Outlook normalization", () => {
const describeFunction = createDescribePlainTestCases(testsPath); const describeFunction = createDescribePlainTestCases(testsPath);
describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"])); describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"]));
describe("MacOS-MacOS", describeFunction("macos-macos", null, ["01", "02"]));
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment