Update tests for dark mode

This commit is contained in:
Melon 2023-12-17 22:50:21 +00:00
parent 78e144891a
commit 650960417e
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -114,6 +114,7 @@ func TestFlowPopup(t *testing.T) {
<html lang="en">
<head>
<title>Test Service Name</title>
<link rel="stylesheet" href="/theme/style.css">
</head>
<body>
<header>
@ -353,6 +354,7 @@ func TestFlowCallback(t *testing.T) {
<html lang="en">
<head>
<title>Test Lavender Service</title>
<link rel="stylesheet" href="/theme/style.css">
<script>
let loginData = {
target:"%s",