Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-bmlt committed Dec 30, 2022
1 parent d6a7ad2 commit 8901b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.0.13 (Dec 30, 2022)
- Fix version check for -rc BMLT versions (thanks @californiasteve !)
- Fix version check for release candidate BMLT versions (thanks @californiasteve !)

## 1.0.12 (Dec 28, 2022)
- Fix verbose phpunit test
Expand Down
2 changes: 1 addition & 1 deletion tests/testcafe/bmlt3x_e2e_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ test("Bmlt3x_Submit_Change_Meeting_And_Approve_And_Verify", async (t) => {

// meeting selector
await t.click("#select2-meeting-searcher-container");
await t.typeText(Selector('[aria-controls="select2-meeting-searcher-results"]'), "adirondack");
await t.typeText(Selector('[aria-controls="select2-meeting-searcher-results"]'), "matter");
await t.pressKey("enter");

// validate form is laid out correctly
Expand Down

0 comments on commit 8901b22

Please sign in to comment.