Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2849: Remove unnecessary libraries and dependencies.

  1. … 105 more files in changeset.
LDEV-2372 fixes to testing framework

* closes all windows at the end of each test.

So there is no more need in paying attention to this thing

* solved problem with IE: ability to re-login

* solved problem with timeouts in learning

* new method waitForLearning() introduced

* TestFrameworkException renamed to SeleniumException

TestFrameworkConstants renamed to SeleniumConstants

added several new constants

    • -149
    • +147
    ./DefaultSeleniumFlex.java
    • -0
    • +53
    ./SeleniumConstants.java
    • -0
    • +68
    ./SeleniumException.java
LDEV-2372 moving all Selenium core classes from lams_common/test/java --> lams_common/src/java. as these classes are aimed for importing from other projects

    • -0
    • +592
    ./AbstractSeleniumTestCase.java
    • -0
    • +182
    ./DefaultSeleniumFlex.java
    • -0
    • +69
    ./SeleniumTestSuite.java
    • -0
    • +46
    ./TestFrameworkConstants.java
    • -0
    • +68
    ./TestFrameworkException.java
  1. … 5 more files in changeset.