Skip to content

Commit

Permalink
Correct icon identifier for testing presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
sunetfreitag committed Mar 7, 2024
1 parent ba725dd commit 2f9610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_collabora_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def test_collabora_presentation(self):

try:
wait.until(EC.presence_of_element_located((By.CLASS_NAME, self.addIcon))).click()
wait.until(EC.presence_of_element_located((By.CLASS_NAME, 'icon-filetype-spreadsheet'))).click()
wait.until(EC.presence_of_element_located((By.CLASS_NAME, 'icon-filetype-presentation'))).click()
if self.version.startswith('27'):
# Write the filename in the menu
wait.until(EC.presence_of_element_located((By.XPATH, "//*[contains(@id, 'input-file')]"))).send_keys(g_filename + Keys.ENTER)
Expand Down

0 comments on commit 2f9610a

Please sign in to comment.