Move /e2e -> /e2e-tests
Этот коммит содержится в:
26
e2e-tests/cypress/tests/fixtures/hooks/message_menus.json
поставляемый
Обычный файл
26
e2e-tests/cypress/tests/fixtures/hooks/message_menus.json
поставляемый
Обычный файл
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"attachments": [{
|
||||
"pretext": "This is the attachment pretext.",
|
||||
"text": "This is the attachment text.",
|
||||
"actions": [{
|
||||
"name": "Select an option...",
|
||||
"integration": {
|
||||
"url": "http://localhost:3000/message_menus",
|
||||
"context": {
|
||||
"action": "do_something"
|
||||
}
|
||||
},
|
||||
"type": "select",
|
||||
"options": [{
|
||||
"text": "Option 1",
|
||||
"value": "option1"
|
||||
}, {
|
||||
"text": "Option 2",
|
||||
"value": "option2"
|
||||
}, {
|
||||
"text": "Option 3",
|
||||
"value": "option3"
|
||||
}]
|
||||
}]
|
||||
}]
|
||||
}
|
||||
17
e2e-tests/cypress/tests/fixtures/hooks/message_menus_with_datasource.json
поставляемый
Обычный файл
17
e2e-tests/cypress/tests/fixtures/hooks/message_menus_with_datasource.json
поставляемый
Обычный файл
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"attachments": [{
|
||||
"pretext": "This is the attachment pretext.",
|
||||
"text": "This is the attachment text.",
|
||||
"actions": [{
|
||||
"name": "Select an option...",
|
||||
"integration": {
|
||||
"url": "http://localhost:3000/message_menus_datasource",
|
||||
"context": {
|
||||
"action": "do_something"
|
||||
}
|
||||
},
|
||||
"type": "select",
|
||||
"data_source": "channels"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
Ссылка в новой задаче
Block a user