diff --git a/atest/_resources/Keywords.resource b/atest/_resources/Keywords.resource index 93a3052e4..4728468ba 100644 --- a/atest/_resources/Keywords.resource +++ b/atest/_resources/Keywords.resource @@ -239,11 +239,7 @@ Ensure Sidebar Is Closed Refresh File List Ensure File Browser is Open - IF [int(part) for part in "${LAB VERSION}".split(".")] >= [3, 4, 0] - Click Element ${JLAB CSS REFRESH FILES} - ELSE - Click Element ${JLAB CSS REFRESH F_OLD} - END + Click Element ${JLAB CSS REFRESH FILES} Open Context Menu for File [Arguments] ${file} diff --git a/atest/_resources/Variables.resource b/atest/_resources/Variables.resource index 64d4d202c..838a63565 100644 --- a/atest/_resources/Variables.resource +++ b/atest/_resources/Variables.resource @@ -27,8 +27,7 @@ ${JLAB XP MENU LABEL} //div[contains(@class, 'lm-MenuBar-itemLabel')] ${JLAB XP DOCK TAB} ... xpath://div[contains(@class, 'lm-DockPanel-tabBar')]//li[contains(@class, 'lm-TabBar-tab')] ${JLAB CSS VERSION} css:.jp-About-version -${JLAB CSS REFRESH F_OLD} css:button[title="Refresh File List"] -${JLAB CSS REFRESH FILES} css:button[data-command="filebrowser:refresh"] +${JLAB CSS REFRESH FILES} css:jp-button[data-command="filebrowser:refresh"] ${CSS DIALOG OK} css:.jp-Dialog .jp-mod-accept ${MENU OPEN WITH} xpath://div[contains(@class, 'lm-Menu-itemLabel')][contains(text(), "Open With")] # R is missing on purpose (may need to use .)