aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests
diff options
context:
space:
mode:
authorivar <i@oiee.no>2023-11-11 22:10:42 +0100
committerivar <i@oiee.no>2023-11-11 22:10:42 +0100
commit854dedead3a3ed987997a0132f527db73b65b0ac (patch)
tree982dddd8b1dc4c819147912222ec2b38dd3b671e /code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests
parent7e874b9aecabe22a731d582505cadd87b699d159 (diff)
downloadgreatoffice-854dedead3a3ed987997a0132f527db73b65b0ac.tar.xz
greatoffice-854dedead3a3ed987997a0132f527db73b65b0ac.zip
Div more changes
Diffstat (limited to 'code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests')
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs6
1 files changed, 4 insertions, 2 deletions
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<WebServerFixture>
{
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);