mirror of
https://github.com/konpa/devicon.git
synced 2025-08-12 01:24:42 +02:00
Changed to select all rather before take a pic (#1058)
This commit is contained in:
@@ -92,7 +92,7 @@ class BuildSeleniumRunner(SeleniumRunner):
|
||||
# take a screenshot of the svgs that were just added
|
||||
# select the latest icons
|
||||
self.switch_toolbar_option(IcomoonOptionState.SELECT)
|
||||
self.click_latest_icons_in_top_set(len(svgs))
|
||||
self.select_all_icons_in_top_set()
|
||||
new_svgs_path = str(Path(screenshot_folder, "new_svgs.png").resolve())
|
||||
self.driver.save_screenshot(new_svgs_path);
|
||||
|
||||
|
Reference in New Issue
Block a user