mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Fix test failures
This commit is contained in:
parent
108bb383fb
commit
9d877f9eef
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace ProjectLighthouse.Tests.WebsiteTests.Tests;
|
|||
|
||||
public class AdminTests : LighthouseWebTest
|
||||
{
|
||||
public const string AdminPanelButtonXPath = "/html/body/div/header/div/div/div/a[1]";
|
||||
public const string AdminPanelButtonXPath = "/html/body/div/header/div/div/div/a[2]";
|
||||
|
||||
[DatabaseFact]
|
||||
public async Task ShouldShowAdminPanelButtonWhenAdmin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue