Advertisement
Guest User

ringVisibility.feature

a guest
Mar 20th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.04 KB | None | 0 0
  1. Scenario: Check for ring visibility
  2.     Given that I am logged in with 'kevinchang@fingerfoodstudios.com' and 'yuan0709'
  3.     Given I wait 3 seconds
  4.  
  5.     Then I click on the 'icon' icon with the XPath '//div[@btc-icon]'
  6.     Then Check 'btc' with xPath '//div[@btc-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-0 '][1]'
  7.  
  8.     Then I click on the 'icon' icon with the XPath '//div[@eth-icon]'
  9.     Then Check 'eth' with xPath '//div[@eth-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-1 ' and @stroke-linejoin='round']'
  10.  
  11.     Then I click on the 'icon' icon with the XPath '//div[@ltc-icon]'
  12.     Then Check 'ltc' with xPath '//div[@ltc-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-2 ' and @stroke-linejoin='round']'
  13.  
  14.     Then I click on the 'icon' icon with the XPath '//div[@xrp-icon]'
  15.     Then Check 'xrp' with xPath '//div[@xrp-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-3 ' and @stroke-linejoin='round']'
  16.  
  17.     Then I click on the 'icon' icon with the XPath '//div[@dash-icon]'
  18.     Then Check 'dash' with xPath '//div[@dash-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-4 ' and @stroke-linejoin='round']'
  19.  
  20.     Then I click on the 'icon' icon with the XPath '//div[@bch-icon]'
  21.     Then Check 'bch' with xPath '//div[@bch-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-5 ' and @stroke-linejoin='round']'
  22.  
  23.     Then I click on the 'icon' icon with the XPath '//div[@usd-icon]'
  24.     Then Check 'usd' with xPath '//div[@usd-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-6 ' and @stroke-linejoin='round']'
  25.  
  26.     Then I click on the 'icon' icon with the XPath '//div[@eos-icon]'
  27.     Then Check 'eos' with xPath '//div[@eos-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-7 ' and @stroke-linejoin='round']'
  28.  
  29.     Then I click on the 'icon' icon with the XPath '//div[@omg-icon]'
  30.     Then Check 'omg' with xPath '//div[@omg-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-8 ' and @stroke-linejoin='round']'
  31.  
  32.     Then I click on the 'icon' icon with the XPath '//div[@zec-icon]'
  33.     Then Check 'zec' with xPath '//div[@zec-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-9 ' and @stroke-linejoin='round']'
  34.  
  35.     Then I click on the 'icon' icon with the XPath '//div[@iot-icon]'
  36.     Then Check 'iot' with xPath '//div[@iot-icon]/../../../span' have visibility of ring with xPath '//*[name()='path' and @class='highcharts-point highcharts-color-0 '][2]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement