Skip to content

I.clearField seems broken #332

@mparpaillon

Description

@mparpaillon

What are you trying to achieve?

Clear a form field (input text)

What do you get instead?

Form field is just not cleared (without any error)

Details

  • CodeceptJS version: 0.4.12
  • NodeJS Version: v6.9.2
  • Operating System: OS X (Sierra)
  • WebDriverIO
  • Configuration file:
{
  "tests": "./test_temp/*_test.js",
  "timeout": 10000,
  "output": "./test_temp/output",
  "helpers": {
    "WebDriverIO": {
      "url": "http://toto.browserstack.com",
      "restart": false,
      "browser": "chrome",
      "user" : "titi",
      "key" : "tata",
      "windowSize": "maximize",
      "desiredCapabilities": {
        "browserstack.local": true,
        "browserName": "chrome",
        "os": "OS X",
        "resolution": "1280x1024"
      },
      "coloredLogs": true,
      "waitforTimeout": 5000
    }
  },
  "include": {
    "I": "./test_temp/steps_file.js"
  },
  "bootstrap": false,
  "mocha": {},
  "name": "toto"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions