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

homePage loading from code behind #14991

Merged
merged 4 commits into from
Mar 6, 2024

Commits on Mar 1, 2024

  1. homPage loading from codebehind

    - removed the homePage from the visual tree of DynamoView and deterred creating until DynamoView is loaded
    dnenov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f8d1122 View commit details
    Browse the repository at this point in the history
  2. ignore homepagetests

    - I had to ignore most of the HomePageTests because the `IsNewAppHomeEnabled` comes as false when using the `DynamoTestUIBase` - to discuss with the team
    dnenov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    cc9fa9a View commit details
    Browse the repository at this point in the history
  3. Update DynamoView.xaml.cs

    dnenov committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2a06585 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. PressNotificationButtonAndShowPopup test fix

    - name of framework element was causing the test to fail, renamed accordingly
    - added descriptive failure messages to more easily identify the cause of the fail
    dnenov committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    10821c1 View commit details
    Browse the repository at this point in the history