Skip to content

Commit

Permalink
Автоматически закрываем форму с вопросом
Browse files Browse the repository at this point in the history
Завершить работу с помощником

closes #746
  • Loading branch information
artbear committed Oct 17, 2020
1 parent b76c4eb commit 16ed192
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 4 additions & 7 deletions tests/smoke/smoke.bsp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema":"https://raw.githubusercontent.com/vanessa-opensource/vanessa-runner/develop/xunit-schema.json",
"$schema":"https://github.com/vanessa-opensource/vanessa-runner/develop/xunit-schema.json",
"Отладка":false,
"ДобавлятьИмяПользователяВПредставлениеТеста":true,
"ДелатьЛогВыполненияСценариевВТекстовыйФайл":true,
Expand All @@ -8,10 +8,11 @@
"МодальныеОкна": {
"ШаблонПомощника":{
"Заголовки" : [
"Демо: Шаблон помощника"
"*Шаблон помощника"
],
"Поля" : [
"Закрыть помощник?"
"Закрыть помощник?",
"Завершить работу с помощником?"
],
"Кнопка": 0
}
Expand Down Expand Up @@ -205,9 +206,5 @@
"СхемаКомпоновкиДанных",
"*Макет*"
]
},

"РежимУправленияБлокировкойДанных" : {
"Используется" : false
}
}
3 changes: 2 additions & 1 deletion tests/smoke/smoke.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"Демо: Шаблон помощника"
],
"Поля" : [
"Закрыть помощник?"
"Закрыть помощник?",
"Завершить работу с помощником?"
],
"Кнопка": 0
}
Expand Down
3 changes: 2 additions & 1 deletion tools/JSON/xUnitParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"Демо: Шаблон помощника"
],
"Поля" : [
"Закрыть помощник?"
"Закрыть помощник?",
"Завершить работу с помощником?"
],
"Кнопка": 0
}
Expand Down

0 comments on commit 16ed192

Please sign in to comment.