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

Test 'Textboxes Are Well Formed' produces weird output #94

Closed
pavelsalamon opened this issue Jun 15, 2020 · 1 comment
Closed

Test 'Textboxes Are Well Formed' produces weird output #94

pavelsalamon opened this issue Jun 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@pavelsalamon
Copy link

pavelsalamon commented Jun 15, 2020

One of the tests seems to mess up the test output.

I don't know what Options, MatchTimeout and RightToLeft and values under them are, but they should probably not be in the default output when the test passes.

Validating package-empty\createUiDefinition.json
  CreateUIDefinition
    [+] Allowed Values Should Actually Be Allowed (444 ms)

    [+] CreateUIDefinition Must Have Parameters (2 ms)
    [+] CreateUIDefinition Should Have Schema (17 ms)
    [+] Credential Confirmation Should Not Be Hidden (224 ms)
    [+] Handler Must Be Correct (3 ms)
    [+] Location Should Be In Outputs (8 ms)
    [+] Outputs Must Be Present In Template Parameters (39 ms)
    [+] Parameters Without Default Must Exist In CreateUIDefinition (13 ms)
    [+] Password Textboxes Must Be Used For Password Parameters (166 ms)
    [+] Textboxes Are Well Formed (113 ms)

Options RightToLeft MatchTimeout
------- ----------- ------------
   None       False -00:00:00.0010000



Options RightToLeft MatchTimeout
------- ----------- ------------
   None       False -00:00:00.0010000



Options RightToLeft MatchTimeout
------- ----------- ------------
   None       False -00:00:00.0010000



Options RightToLeft MatchTimeout
------- ----------- ------------
   None       False -00:00:00.0010000



    [+] Tooltips Should Be Present (134 ms)

It's reproducible by executing ./arm-ttk/Test-AzTemplate.sh ./unit-tests/Common/Pass/100-marketplace-sample. It seems to get worse based on the number of TextBoxes present in CUID.

@bmoore-msft bmoore-msft added the bug Something isn't working label Jun 19, 2020
@bmoore-msft
Copy link
Contributor

fixed in #113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants