From 854dedead3a3ed987997a0132f527db73b65b0ac Mon Sep 17 00:00:00 2001 From: ivar Date: Sat, 11 Nov 2023 22:10:42 +0100 Subject: Div more changes --- .../ApplicationTests/LoginPageTests.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests') diff --git a/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs b/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs index 10525fd..71578eb 100644 --- a/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs +++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs @@ -7,12 +7,14 @@ public class LoginPageTests : IClassFixture { private readonly WebServerFixture _fixture; - public LoginPageTests(WebServerFixture fixture) { + public LoginPageTests(WebServerFixture fixture) + { _fixture = fixture; } [Fact] - public async Task LoginPageTestsRenders() { + public async Task LoginPageTestsRenders() + { var page = await _fixture.Browser.NewPageAsync(); await page.GotoAsync(_fixture.BaseUrl); -- cgit v1.3