From 750eec958c43678ca7327ee9a94a0bd26329bb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Wed, 24 Apr 2024 00:06:39 +0200 Subject: [PATCH] Update login form IDs for walkthroughs.js. --- Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js b/Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js index fa7438c..42049eb 100644 --- a/Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js +++ b/Lombiq.Walkthroughs/Assets/Scripts/walkthroughs.js @@ -245,7 +245,7 @@ jQuery(($) => { }, { title: 'Username', - attachTo: { element: '#UserName', on: 'bottom' }, + attachTo: { element: '#LoginForm_UserName', on: 'bottom' }, text: 'Provide your username. This recipe included a user. The username is "testuser".', // #spell-check-ignore-line buttons: [ backButton, @@ -261,7 +261,7 @@ jQuery(($) => { }, { title: 'Password', - attachTo: { element: '#Password', on: 'bottom' }, + attachTo: { element: '#LoginForm_Password', on: 'bottom' }, text: 'Provide your password. The password for the test user is "Password1!".', buttons: [ backButton,