Skip to content

Commit db13098

Browse files
committed
fix: allow dynamic timeout values
1 parent 73ebbe0 commit db13098

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.2] - 2025-01-02
6+
7+
### Fixed
8+
9+
- Allow dynamic timeout values for the following commands:
10+
- scrollUntilVisible
11+
- waitForAnimationToEnd.
12+
- extendedWaitUntil.
13+
514
## [0.3.1] - 2025-01-02
615

716
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A VS Code extension for Maestro YAML validation, IntelliSense, and testing.",
55
"publisher": "Mastersam",
66
"license": "MIT",
7-
"version": "0.3.1",
7+
"version": "0.3.2",
88
"icon": "assets/icon.png",
99
"author": {
1010
"email": "abadasamuelosp@gmail.com",

0 commit comments

Comments
 (0)