adventurerscodex / uat

Selenium testing for Adventurer's Codex
GNU General Public License v3.0
8 stars 5 forks source link

Component: Exchanging ID's over to Xpath in ability_scores.py #166

Closed Alejandroke closed 6 years ago

Alejandroke commented 6 years ago

Description

Tests are failing since the ID's in the components are wrong

Test File

ability_scores.py

Stacktrace

    ability_scores_table.table.click()
  ability_scores_edit.strength = 15

tests/core/player_tools/test_stats.py:129:


component_objects/init.py:49: in set (self.locating_key, self.locating_value)