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

Cover windows-windows cases

parent e0597151
No related branches found
No related tags found
1 merge request!15Add READMEs for Outlook desktop cases
......@@ -17,4 +17,11 @@ describe("[HTML] Outlook-Outlook emails normalization", () => {
"MacOS-MacOS",
describeFunction("macos-macos", ["03", "04", "05", "08"])
);
describe(
"Windows-Windows",
describeFunction("windows-windows", [
"06", // mismatch of sent and received emls. Passing though )
"08", // mismatch of sent and received emls. Passing though )
])
);
});
......@@ -14,6 +14,13 @@ describe("[Pseudo PLAIN] Outlook-Outlook normalization", () => {
);
// ["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));
describe(
"Windows-Windows",
describeFunction("windows-windows", [
"06", // mismatch of sent and received emls. Passing though )
"08", // mismatch of sent and received emls. Passing though )
])
);
});
......@@ -10,4 +10,11 @@ describe("[Plain] Outlook-Outlook normalization", () => {
const describeFunction = createDescribePlainTestCases(testsPath);
describe("Chrome-Chrome", describeFunction("chrome-chrome", ["16"]));
describe("MacOS-MacOS", describeFunction("macos-macos", null));
describe(
"Windows-Windows",
describeFunction("windows-windows", [
"06", // mismatch of sent and received emls. Passing though )
"08", // mismatch of sent and received emls. Passing though )
])
);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment