Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-25754

As a developer Behat should not fail randomly in integer field tests

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: High High
    • None
    • 1.3.0
    • Test framework

    Description

        Scenario: Updating an integer Field works when using a value within limited scope 
          Given a Content Type with an "integer" Field exists with Properties:
            | Validator               | Value |
            | minimum value validator | 1     |
            | maximum value validator | 3     |
          And a Content of this type exists         
          When I edit this content                                                        # EzSystems\PlatformUIBundle\Features\Context\Fields::editThisContent()
      
            WebDriver\Exception\StaleElementReference: Element is no longer attached to the DOM
      
      ...
      
      --- Failed scenarios:
      
          vendor/ezsystems/platform-ui-bundle/Features/Stories/FieldTypes/IntegerFieldType.feature:111
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            joao.inacio-obsolete@ez.no Joao Inacio (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: