diff --git a/TelegramBotBase.Test/Tests/TestForm2.cs b/TelegramBotBase.Test/Tests/TestForm2.cs index 161fbcc..302a953 100644 --- a/TelegramBotBase.Test/Tests/TestForm2.cs +++ b/TelegramBotBase.Test/Tests/TestForm2.cs @@ -53,7 +53,7 @@ public class TestForm2 : FormBase await NavigateTo(fto); }; - await NavigateTo(ad); + await OpenModal(ad); } else if (call.Value == "confirm") { @@ -67,7 +67,7 @@ public class TestForm2 : FormBase await pd.NavigateTo(tf); }; - await NavigateTo(pd); + await OpenModal(pd); } else if (call.Value == "prompt") {