- updating namespaces in test project
- adding chat splitter to testproject to allow single chat and group chat examples at the same time
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
using TelegramBotBase.Base;
|
||||
using TelegramBotBase.Form;
|
||||
|
||||
namespace TelegramBaseTest.Tests.Register
|
||||
namespace TelegramBotBaseTest.Tests.Register
|
||||
{
|
||||
public class Start : AutoCleanForm
|
||||
{
|
||||
@@ -43,7 +43,7 @@ namespace TelegramBaseTest.Tests.Register
|
||||
break;
|
||||
case "backtodashboard":
|
||||
|
||||
var start = new Tests.Start();
|
||||
var start = new Tests.Menu();
|
||||
|
||||
await this.NavigateTo(start);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user