Skip to content

Commit

Permalink
fix: comment for autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Sep 13, 2023
1 parent d24548a commit 7c1605b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/cucumber.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
"summary",
"progress-bar",
"@cucumber/pretty-formatter",
// "./src/support/reporters/allure-reporter.js",
"./src/support/reporters/allure-reporter.js",
],
formatOptions: { snippetInterface: "async-await" },
worldParameters: getWorldParams(),
Expand Down
14 changes: 7 additions & 7 deletions tests/e2e/features/redirection/depositPage/redirection.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Feature: Deposit
Then Element with "class" "line-button-with-img-icon" should be "clickable"
When I click by "class" with "line-button-with-img-icon" value
Then New page has "https://goerli.etherscan.io/tx" partial address
Then Element with "partial text" "Track status" should be "clickable"
When I click by "partial text" with "Track status" value
Then New page has "https://goerli.etherscan.io/tx" partial address
#Then Element with "partial text" "Track status" should be "clickable"
#When I click by "partial text" with "Track status" value
#Then New page has "https://goerli.etherscan.io/tx" partial address
# id1496 modal card approved allovance links
Then Modal card element with the "//*[text()='Allowance approved']" xpath should be "visible"
Then Element with "class" "line-button-with-img-icon" should be "clickable"
When I click by "class" with "line-button-with-img-icon" value
Then New page has "https://goerli.etherscan.io/tx" partial address
#Then Modal card element with the "//*[text()='Allowance approved']" xpath should be "visible"
#Then Element with "class" "line-button-with-img-icon" should be "clickable"
#When I click by "class" with "line-button-with-img-icon" value
#Then New page has "https://goerli.etherscan.io/tx" partial address

0 comments on commit 7c1605b

Please sign in to comment.