MainPage => BlogsPage

This commit is contained in:
Paul Schneider 2026-09-11 16:22:49 +01:00
commit 344c38704b
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
6 changed files with 11 additions and 6 deletions

View file

@ -115,6 +115,7 @@ public class MainPageButtonsTests
var window = new MainView();
var page = new BlogsPage { DataContext = vm };
var app = (PostIt.App)Application.Current!;
app.AttachMainWindow(window);
window.NavRoot.PushAsync(page).GetAwaiter().GetResult();
return (window, page);