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 and Re-enable ] AppModel Area - Feature Test #115

Open
7 of 28 tasks
rchauhan18 opened this issue Apr 19, 2023 · 0 comments
Open
7 of 28 tasks

[Fix and Re-enable ] AppModel Area - Feature Test #115

rchauhan18 opened this issue Apr 19, 2023 · 0 comments

Comments

@rchauhan18
Copy link
Contributor

rchauhan18 commented Apr 19, 2023

The following tests were disabled while open-sourcing the test area:
Common dialogs [ /Subarea=Commondialog ]

  • CommonDialog_OpenCustomPlace
  • CommonDialog_CustomPlaceCases
  • CommonDialog_FileDialogCustomPlaceCases
  • CommonDialog_OpenFileIsThreadModal
  • CommonDialog_OpenFileBeforeShow
  • CommonDialog_SaveFileIsThreadModal
  • CommonDialog_OpenFileOnSecondThread
  • CommonDialog_SaveFileOnSecondThread

Navigation:

  • NavigateUri
  • FragmentNavigationStandalone
  • SandboxExternalContentStandalone
  • NavigationFailedStandalone
  • CredentialPolicyPreserved

Journal

  • NavigateToNull1
  • NavigateToNull2
  • NavigateToNull3
  • NavigateToNull4
  • NavigateToNull5
  • NavigateToNull6
  • AddBackEntryOnEmptyNSXBap
  • JournalEachChangeXbap
  • ReloadCurrentPageXBap
  • GoBackXbap
  • CustomJournalingGoForwardXbap
  • RemoveBackEntryAndGoBackXbap
  • NavigateAwayAndReturnXbap
  • StopNavigationAndReloadXbap
  • NavigateToFragmentXbap

The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.

For re-enabling the tests -

  1. Search for the methods named as above in the code.
  2. Comment out the DisabledTestCase attribute before the test function.

To run the tests in isolation, use the following command:

.\RunTests.cmd /Area=AppModel /Name=<test-name>

is the full name mentioned above in the list

To run a subarea:

.\RunTests.cmd /Area=AppModel /Subarea=<subarea-name>

is the full name of the Subarea (like: Journal, commondialog)

For debugging the tests, add the /DebugTests argument in the command above.

Related issue: [Microsuite] Failures AppModel & Editing #49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant