nhsuk / ui-test-core

Python package which helps with writing UI tests by providing a wrapper around Selenium and other useful functions
MIT License
12 stars 6 forks source link

UiTestCore - Fix concurrency issue with BrowserHandler #50

Closed JonathanJackson14 closed 3 months ago

JonathanJackson14 commented 3 months ago

Description

Related Issue

BUG #49

Motivation and Context

This allows the move_screenshots_to_folder method to be more specific about which files it is moving (as opposed to moving any file with any name of type .png).