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

Fix table layout after selecting an investment #3661

Merged
merged 3 commits into from
Sep 11, 2019

Conversation

javierm
Copy link
Member

@javierm javierm commented Jul 11, 2019

References

Objectives

Fix a bug which broke the table layout after selecting an investment, which added even the columns which were not supposed to be shown:

The inserted row has more columns than the other rows

@javierm javierm self-assigned this Jul 11, 2019
@javierm javierm force-pushed the fix_investment_selection branch 2 times, most recently from 99c1d56 to 01703c7 Compare August 8, 2019 14:36
@javierm javierm changed the base branch from fix_date_today to master September 4, 2019 13:20
@javierm javierm changed the title Fix table layout after selecting an investment [WIP] Fix table layout after selecting an investment Sep 5, 2019
@javierm javierm changed the base branch from master to capybara_webmock September 5, 2019 18:42
@javierm javierm changed the title [WIP] Fix table layout after selecting an investment Fix table layout after selecting an investment Sep 6, 2019
@javierm javierm changed the title Fix table layout after selecting an investment [WIP] Fix table layout after selecting an investment Sep 6, 2019
@javierm javierm changed the title [WIP] Fix table layout after selecting an investment Fix table layout after selecting an investment Sep 6, 2019
@javierm javierm changed the title Fix table layout after selecting an investment [WIP] Fix table layout after selecting an investment Sep 6, 2019
@javierm javierm force-pushed the capybara_webmock branch 4 times, most recently from a784261 to 8bb5462 Compare September 7, 2019 11:23
@javierm javierm changed the base branch from capybara_webmock to master September 10, 2019 17:13
@javierm javierm added this to Doing in Roadmap Sep 11, 2019
@javierm javierm changed the title [WIP] Fix table layout after selecting an investment Fix table layout after selecting an investment Sep 11, 2019
@javierm javierm moved this from Doing to Reviewing in Roadmap Sep 11, 2019
When we were inserting a row or replacing an existing one (just like we
do when we click the link to select an investment), we were entering a
row containing all columns, and all of them were displayed even if they
had been excluded using the column selector.

This caused the table to move in a strange way, which sometimes made the
investment selection tests fail.
While the test should work without this assertion, the intention of the
test is to check what happens if a user selects and investment and, once
it's selected, clicks the "next" link.
@javierm javierm moved this from Reviewing to Testing in Roadmap Sep 11, 2019
@javierm javierm merged commit be34a03 into master Sep 11, 2019
Roadmap automation moved this from Testing to Release 1.1.0 Sep 11, 2019
@javierm javierm deleted the fix_investment_selection branch September 11, 2019 18:18
smarques pushed a commit to venetochevogliamo/consul that referenced this pull request Apr 29, 2020
…lection

Fix table layout after selecting an investment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Roadmap
  
Release 1.1.0
Development

Successfully merging this pull request may close these issues.

None yet

1 participant