From 8b7699b4c74489ed375f2d25038ef95aa0bc6853 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 12 Jul 2020 20:26:06 +0200 Subject: [PATCH] refactor: concluded series of updates due to Gitea changes --- m-test00.robot | 4 ++-- test00.robot | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/m-test00.robot b/m-test00.robot index 046c6f2..ffbaaad 100644 --- a/m-test00.robot +++ b/m-test00.robot @@ -12,8 +12,8 @@ ${USERNAME_FIELD} //*[@id="user_name"] ${PASSWD_FIELD} //*[@id="password"] ${USER_MENU_BUTTON} //*[@id="navbar"]/div[2]/div[2] ${USER_SETTING_BUTTON} //*[@id="menuitem_6"] -${USER_SETTINGS-ACCOUNT} //body/div[2]/div[2]/div[1]/a[2] -${DELETE_ACCOUNT_BUTTON} //body/div[2]/div[2]/div[2]/div[5]/form/div[2]/div +${USER_SETTINGS-ACCOUNT} //body/div/div[2]/div[1]/a[2] +${DELETE_ACCOUNT_BUTTON} //body/div/div[2]/div[2]/div[5]/form/div[2]/div ${CONFIRM_PASSWD_FIELD} //*[@id="password-confirmation"] ${CONFIRM_ACCOUNT_DELETION} //*[@id="delete-account"]/div[3]/div[2] diff --git a/test00.robot b/test00.robot index 56710e0..134db82 100644 --- a/test00.robot +++ b/test00.robot @@ -12,8 +12,8 @@ ${USERNAME_FIELD} //*[@id="user_name"] ${PASSWD_FIELD} //*[@id="password"] ${USER_MENU_BUTTON} //*[@id="navbar"]/div[2]/div[2] ${USER_SETTING_BUTTON} //*[@id="menuitem_6"] -${USER_SETTINGS-ACCOUNT} //body/div[2]/div[2]/div[1]/a[2] -${DELETE_ACCOUNT_BUTTON} //body/div[2]/div[2]/div[2]/div[5]/form/div[2]/div +${USER_SETTINGS-ACCOUNT} //body/div/div[2]/div[1]/a[2] +${DELETE_ACCOUNT_BUTTON} //body/div/div[2]/div[2]/div[5]/form/div[2]/div ${CONFIRM_PASSWD_FIELD} //*[@id="password-confirmation"] ${CONFIRM_ACCOUNT_DELETION} //*[@id="delete-account"]/div[3]/div[2]