We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4729d36 commit 147aa12Copy full SHA for 147aa12
test/e2e/specs/check-sync.spec.ts
@@ -15,7 +15,9 @@ describe("check sync", () => {
15
const pageTitle = await getReadmePageTitle();
16
17
expect(pageTitle).toEqual(
18
- expect.stringContaining("[Cross] Markdown Confluence Sync"),
+ expect.stringContaining(
19
+ "[Cross] [Markdown Confluence Sync] Github action",
20
+ ),
21
);
22
});
23
@@ -31,7 +33,9 @@ describe("check sync", () => {
31
33
const pageTitle = await getChangelogPageTitle();
32
34
35
- expect.stringContaining("[Cross] [Markdown Confluence Sync] Releases"),
36
37
+ "[Cross] [Markdown Confluence Sync] [Github action] Releases",
38
39
40
41
0 commit comments