Skip to content

Table rendering breaks on subsequent runs #119

@ncautotest

Description

@ncautotest

Description

Subsequent runs of scripts containing table{..} breaks the UI.

Steps to reproduce

  1. Run the following groovy script:
table {
    columns('Path', 'Title', 'Status')
    rows([
            ['/', 'first', 'good'],
            ['/content', 'second', 'none']
        ])
}
  1. Re-run the same script a second, third, fourth time...

Actual result

On subsequent runs extra column headers are added to the table:

image

NOTE: depending on the table shape the table might not be rendered at all unless the page is refreshed. Also combining table {} statements with println(...) intermittently results in the table not being displayed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions