diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.bond.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.bond.js index d7f9e1afde..76e2d1b64c 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.bond.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.bond.js @@ -1,9 +1,9 @@ -const userData = require('../../../common/data/user-data.json'); -const helper = require('../../../common/helpers/helper'); -const walletLogin = require('../../pages/wallet.login'); -const textConstants = require('../../../common/constants/text-constants'); -const walletHomepage = require('../../pages/wallet.homepage'); -const bondPage = require('../../pages/wallet.bond'); +const userData = require('../../../common/data/user-data.json') +const helper = require('../../../common/helpers/helper') +const walletLogin = require('../../pages/wallet.login') +const textConstants = require('../../../common/constants/text-constants') +const walletHomepage = require('../../pages/wallet.homepage') +const bondPage = require('../../pages/wallet.bond') describe("bonding and unbonding nodes", () => { it("should have a node already bonded and validate no input fields are enabled", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.delegate.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.delegate.js index 35f9ccc65f..d287fe06c4 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.delegate.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.delegate.js @@ -1,9 +1,9 @@ -const userData = require('../../../common/data/user-data.json'); -const helper = require('../../../common/helpers/helper'); -const walletLogin = require('../../pages/wallet.login'); -const textConstants = require('../../../common/constants/text-constants'); -const walletHomepage = require('../../pages/wallet.homepage'); -const delegatePage = require('../../pages/wallet.delegate'); +const userData = require('../../../common/data/user-data.json') +const helper = require('../../../common/helpers/helper') +const walletLogin = require('../../pages/wallet.login') +const textConstants = require('../../../common/constants/text-constants') +const walletHomepage = require('../../pages/wallet.homepage') +const delegatePage = require('../../pages/wallet.delegate') describe("delegate to a mix node or gateway", () => { it("ensure that fields are enabled for existing user", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.home.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.home.js index 766304d269..43b4cd2da1 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.home.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.home.js @@ -1,8 +1,8 @@ const userData = require('../../../common/data/user-data.json') -const helper = require('../../../common/helpers/helper'); -const walletLogin = require('../../pages/wallet.login'); -const homepPage = require('../../pages/wallet.homepage'); -const textConstants = require('../../../common/constants/text-constants'); +const helper = require('../../../common/helpers/helper') +const walletLogin = require('../../pages/wallet.login') +const homepPage = require('../../pages/wallet.homepage') +const textConstants = require('../../../common/constants/text-constants') describe("wallet splash screen", () => { it("should have the sign in header present", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.receive.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.receive.js index 0093e57369..791cda2127 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.receive.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.receive.js @@ -1,9 +1,9 @@ -const userData = require('../../../common/data/user-data.json'); -const textConstants = require('../../../common/constants/text-constants'); -const helper = require('../../../common/helpers/helper'); -const walletLogin = require('../../pages/wallet.login'); -const receive = require('../../pages/wallet.receive'); -const walletHomepage = require('../../pages/wallet.homepage'); +const userData = require('../../../common/data/user-data.json') +const textConstants = require('../../../common/constants/text-constants') +const helper = require('../../../common/helpers/helper') +const walletLogin = require('../../pages/wallet.login') +const receive = require('../../pages/wallet.receive') +const walletHomepage = require('../../pages/wallet.homepage') describe("provide the relevant information about a user nym wallet address", () => { it("should have the receivers address and a qr code present", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.send.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.send.js index 561a329a80..a230d89421 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.send.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.send.js @@ -1,9 +1,9 @@ const userData = require('../../../common/data/user-data.json'); -const helper = require('../../../common/helpers/helper'); -const textConstants = require('../../../common/constants/text-constants'); -const walletLogin = require('../../pages/wallet.login'); -const sendWallet = require('../../pages/wallet.send'); -const walletHomepage = require('../../pages/wallet.homepage'); +const helper = require('../../../common/helpers/helper') +const textConstants = require('../../../common/constants/text-constants') +const walletLogin = require('../../pages/wallet.login') +const sendWallet = require('../../pages/wallet.send') +const walletHomepage = require('../../pages/wallet.homepage') describe("send punk to another a wallet", () => { it("expect send screen to display the data", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.undelegate.js b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.undelegate.js index 2989487fb1..c0beeb40e6 100644 --- a/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.undelegate.js +++ b/tauri-wallet/webdriver/tests/specs/existinguser/test.wallet.undelegate.js @@ -1,8 +1,8 @@ -const userData = require('../../../common/data/user-data.json'); -const helper = require('../../../common/helpers/helper'); -const walletLogin = require('../../pages/wallet.login'); -const walletHomepage = require('../../pages/wallet.homepage'); -const unDelegatePage = require('../../pages/wallet.delegate'); +const userData = require('../../../common/data/user-data.json') +const helper = require('../../../common/helpers/helper') +const walletLogin = require('../../pages/wallet.login') +const walletHomepage = require('../../pages/wallet.homepage') +const unDelegatePage = require('../../pages/wallet.delegate') describe("un-delegate a mix node or gateway", () => { it("ensure that fields are enabled for existing user", async () => { diff --git a/tauri-wallet/webdriver/tests/specs/newuser/test.wallet.create.js b/tauri-wallet/webdriver/tests/specs/newuser/test.wallet.create.js index 199e3f4a07..989edc5a01 100644 --- a/tauri-wallet/webdriver/tests/specs/newuser/test.wallet.create.js +++ b/tauri-wallet/webdriver/tests/specs/newuser/test.wallet.create.js @@ -1,6 +1,6 @@ -const walletLogin = require('../../pages/wallet.login'); +const walletLogin = require('../../pages/wallet.login') const walletSignUp = require('../../pages/wallet.create') -const textConstants = require('../../../common/constants/text-constants'); +const textConstants = require('../../../common/constants/text-constants') describe("non existing wallet holder", () => { //wallet mnemonic gets pushed here