Skip to content

Commit

Permalink
Test/maintenance 25 may 2023 (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk committed May 26, 2023
2 parents 3ff76f3 + b28a5c3 commit 8009093
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/assert/topNavigationAssert.ts
Expand Up @@ -133,7 +133,7 @@ class TopNavigationAssert {

async assertMenuButtonBackgroundColorMode(mode: string) {
const bgColor = (await MenuHeader.menuButton.getCSSProperty(this.CSS_BACKGROUND_COLOR)).parsed.hex;
expect(bgColor).to.equal(mode === 'light' ? '#f9f9f9' : '#333333');
expect(bgColor).to.equal(mode === 'light' ? '#efefef' : '#333333');
}

async assertMenuButtonFontColorMode(mode: string) {
Expand Down
Expand Up @@ -177,7 +177,8 @@ Feature: Send - Extended Browser View (Advanced Tx)
And I see insufficient balance error in bundle 1 for "tADA" asset
And "Review transaction" button is disabled on "Send" page

@LW-4686
@LW-4686 @Pending
# FIXME: LW-6715
Scenario: Extended View - Validation of insufficient balance error when assets value is equal to 0
When I save token: "Cardano" balance in extended mode
And I click "Send" button on page header
Expand Down
Expand Up @@ -157,7 +157,8 @@ Feature: Send - Extended Browser View (Advanced Tx)
And I see insufficient balance error in bundle 1 for "ADA" asset
And "Review transaction" button is disabled on "Send" page

@LW-4686
@LW-4686 @Pending
# FIXME: LW-6715
Scenario: Extended View - Validation of insufficient balance error when assets value is equal to 0
When I save token: "Cardano" balance in extended mode
And I click "Send" button on page header
Expand Down

0 comments on commit 8009093

Please sign in to comment.