File tree 4 files changed +3
-170
lines changed
4 files changed +3
-170
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { mergeRefs } from "@/util/merge-refs";
7
7
8
8
type SwitchProps = ComponentPropsWithRef < typeof RACSwitch > ;
9
9
10
- export function Switch ( props : SwitchProps ) {
10
+ function Switch ( props : SwitchProps ) {
11
11
return (
12
12
< RACSwitch
13
13
{ ...props }
Original file line number Diff line number Diff line change 1
- import { WORKFLOW_TYPES } from "@argos-ci/backend/src/notification/workflow-types" ;
2
1
import { argosScreenshot } from "@argos-ci/playwright" ;
3
2
import { test } from "@playwright/test" ;
4
3
4
+ import { WORKFLOW_TYPES } from "../apps/backend/src/notification/workflow-types" ;
5
+
5
6
WORKFLOW_TYPES . forEach ( ( workflowType ) => {
6
7
test ( `notification ${ workflowType } ` , async ( { page } ) => {
7
8
await page . goto ( `/notification-preview/${ workflowType } ` ) ;
You can’t perform that action at this time.
0 commit comments