File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44} from "../../apps/contact/app/(helpers)/slack" ;
55
66const mockData = {
7- name : "Test" ,
7+ name : "Test name " ,
88 email : "test@test.com" ,
99 url : "https://www.test.dev/" ,
1010} ;
@@ -22,7 +22,7 @@ const mockBlocks = [
2222 type : "section" ,
2323 text : {
2424 type : "mrkdwn" ,
25- text : `We got a new message from _ ${ mockData . name } _ (_ ${ mockData . email } _ ).` ,
25+ text : `We got a new message from _Test name_ (_test@test.com_ ).` ,
2626 } ,
2727 } ,
2828 {
@@ -42,7 +42,7 @@ const mockBlocks = [
4242 emoji : true ,
4343 } ,
4444 value : "new_message_click" ,
45- url : mockData . url ,
45+ url : "https://www.test.dev/" ,
4646 action_id : "button-action" ,
4747 } ,
4848 } ,
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ export default defineConfig({
4040 use : { ...devices [ "Desktop Chrome" ] } ,
4141 } ,
4242
43- // {
44- // name: "firefox",
45- // use: { ...devices["Desktop Firefox"] },
46- // },
43+ {
44+ name : "firefox" ,
45+ use : { ...devices [ "Desktop Firefox" ] } ,
46+ } ,
4747
4848 // {
4949 // name: "webkit",
You can’t perform that action at this time.
0 commit comments