Skip to content

Commit

Permalink
Untie codeceptjs and playwright link tests from LinkType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
delatrie committed Jun 20, 2024
1 parent fe28e2c commit 139fc24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ it("sets runtime links", async () => {
testMode: true,
enabled: true,
links: {
${LinkType.ISSUE}: {
issue: {
urlTemplate: "https://example.org/issues/%s",
},
${LinkType.TMS}: {
tms: {
urlTemplate: "https://example.org/tasks/%s",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ it("sets runtime links", async () => {
testMode: true,
enabled: true,
links: {
${LinkType.ISSUE}: {
issue: {
urlTemplate: "https://example.org/issues/%s",
},
${LinkType.TMS}: {
tms: {
urlTemplate: "https://example.org/tasks/%s",
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ it("sets runtime links", async () => {
testMode: true,
suiteTitle: true,
links: {
${LinkType.ISSUE}: {
issue: {
urlTemplate: "https://example.org/issues/%s",
},
${LinkType.TMS}: {
tms: {
urlTemplate: "https://example.org/tasks/%s",
}
}
Expand Down

0 comments on commit 139fc24

Please sign in to comment.