Skip to content

Commit

Permalink
user's address was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov committed Dec 1, 2023
1 parent 99d415f commit 14673e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let driver: WebDriver;
let testUser1: User;

const acc_name = "acc_automation";
const userAddress = "5FeYEhdFzSQP6YWapPC6Myd17zdPba9CXmSptNSTh4Hz9cZ9";
const userAddress = "5CfLmpjCJu41g3cpZVoiH7MSrSppgVVVC3xq23iy9dZrW2HR";
const INIT_KSM_RELAY = 15;

describe("Microapps UI position modal tests", () => {
Expand Down
2 changes: 1 addition & 1 deletion utils/frontend/microapps-pages/PositionModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class PositionModal {
await clickElement(this.driver, removeButtonXpath);
const removeAmountXpath = buildDataTestIdXpath("50%-button");
await clickElement(this.driver, removeAmountXpath);
const feeValueXpath = buildDataTestIdXpath("removing-fee-value");
const feeValueXpath = buildDataTestIdXpath("removeLiq-fee-value");
await waitForElementVisible(this.driver, feeValueXpath, 12000);
}

Expand Down

0 comments on commit 14673e7

Please sign in to comment.