Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/285c7f38a84985e8fb750a88ef1c2b80f7f9b0ac You should set ROOT_URL correctly, otherwise the web may not work correctly.

test: fix login test

pull/3105/head
sct 2 years ago
parent 320179bed6
commit 285c7f38a8

@ -6,7 +6,6 @@ Cypress.Commands.add('login', (email, password) => {
[email, password],
() => {
cy.visit('/login');
cy.contains('Use your Overseerr account').click();
cy.get('[data-testid=email]').type(email);
cy.get('[data-testid=password]').type(password);

@ -72,7 +72,7 @@ const LocalLogin = ({ onError }: LocalLoginProps) => {
>
{({ errors, touched, isSubmitting, isValid }) => {
return (
<Form>
<Form data-testid="local-login-form">
<div>
<label htmlFor="email" className="text-label">
{intl.formatMessage(messages.email)}

Loading…
Cancel
Save