Skip to content

Commit

Permalink
JPERF-126 Expose admin password for Scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrzaslewicz committed Sep 14, 2023
1 parent 4790efc commit 34aabb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
## [Unreleased]
[Unreleased]: https://github.com/atlassian/jira-actions/compare/release-3.21.2...master

### Added
- Expose adminPassword so it's available for `Scenario` [JPERF-126].

### Fixed
- Stop expecting a single iframe on `DashboardPage`. Fix [JPERF-149].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.net.URLEncoder
data class WebJira(
val driver: WebDriver,
val base: URI,
private val adminPassword: String
val adminPassword: String
) {

fun goToLogin(): LoginPage {
Expand Down

0 comments on commit 34aabb2

Please sign in to comment.