Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement getColumnDescription getter #289

Merged
merged 2 commits into from
Dec 22, 2022

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    3281a66 View commit details
    Browse the repository at this point in the history
  2. Re-initialized mocked store for column-linking-table test

    I ran into a weird problem where I was not able to wrap the commit
    method on the store object in a cypress spy, only when the test
    ran after another test.
    
    I assume that running the other test somehow changed the store object.
    Re-initializing the mocked store object with beforeEach fixed this.
    surchs committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    6c15c6d View commit details
    Browse the repository at this point in the history