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

Example of formatted issue for translation related issues #38

Open
1 of 22 tasks
RandellDawson opened this issue Feb 29, 2020 · 1 comment
Open
1 of 22 tasks

Example of formatted issue for translation related issues #38

RandellDawson opened this issue Feb 29, 2020 · 1 comment

Comments

@RandellDawson
Copy link
Owner

RandellDawson commented Feb 29, 2020


  • Change the Color of Text

  • The following test text(s) do not match:
    Test 2

    Version Text
    Old
    Your <code>h2</code> element should be red.
    
    New
    Your <code>h2</code> element should have color set to <code>red</code>.
    



  • Add Flex Superpowers to the Tweet Embed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    Your <code>header</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>header</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 2

    Version Text
    Old
    Your <code>footer</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>footer</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 3

    Version Text
    Old
    Your <code>h3</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>h3</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 4

    Version Text
    Old
    Your <code>h4</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>h4</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 5

    Version Text
    Old
    Your <code>.profile-name</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>.profile-name</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 6

    Version Text
    Old
    Your <code>.follow-btn</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>.follow-btn</code> should have a <code>display</code> property set to <code>flex</code>.
    

    Test 7

    Version Text
    Old
    Your <code>.stats</code> should have a <code>display</code> property set to flex.
    
    New
    Your <code>.stats</code> should have a <code>display</code> property set to <code>flex</code>.
    

  • Align Elements Using the align-items Property

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-container</code> element should have an <code>align-items</code> property set to a value of center.
    
    New
    The <code>#box-container</code> element should have an <code>align-items</code> property set to a value of <code>center</code>.
    

  • Align Elements Using the justify-content Property

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-container</code> element should have a <code>justify-content</code> property set to a value of center.
    
    New
    The <code>#box-container</code> element should have a <code>justify-content</code> property set to a value of <code>center</code>.
    

  • Use display: flex to Position Two Boxes

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    <code>#box-container</code> should have the <code>display</code> property set to a value of flex.
    
    New
    <code>#box-container</code> should have the <code>display</code> property set to a value of <code>flex</code>.
    

  • Use the align-items Property in the Tweet Embed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>.follow-btn</code> element should have the <code>align-items</code> property set to a value of center.
    
    New
    The <code>.follow-btn</code> element should have the <code>align-items</code> property set to a value of <code>center</code>.
    

  • Use the align-self Property

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-1</code> element should have the <code>align-self</code> property set to a value of center.
    
    New
    The <code>#box-1</code> element should have the <code>align-self</code> property set to a value of <code>center</code>.
    

    Test 2

    Version Text
    Old
    The <code>#box-2</code> element should have the <code>align-self</code> property set to a value of flex-end.
    
    New
    The <code>#box-2</code> element should have the <code>align-self</code> property set to a value of <code>flex-end</code>.
    


  • Use the flex-grow Property to Expand Items

  • Description section has changed

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-1</code> element should have the <code>flex-grow</code> property set to a value of 1.
    
    New
    The <code>#box-1</code> element should have the <code>flex-grow</code> property set to a value of <code>1</code>.
    

    Test 2

    Version Text
    Old
    The <code>#box-2</code> element should have the <code>flex-grow</code> property set to a value of 2.
    
    New
    The <code>#box-2</code> element should have the <code>flex-grow</code> property set to a value of <code>2</code>.
    

  • Use the flex Shorthand Property

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-1</code> element should have the <code>flex</code> property set to a value of 2 2 150px.
    
    New
    The <code>#box-1</code> element should have the <code>flex</code> property set to a value of <code>2 2 150px</code>.
    

    Test 2

    Version Text
    Old
    The <code>#box-2</code> element should have the <code>flex</code> property set to a value of 1 1 150px.
    
    New
    The <code>#box-2</code> element should have the <code>flex</code> property set to a value of <code>1 1 150px</code>.
    

  • Use the flex-shrink Property to Shrink Items

  • Description section has changed

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-1</code> element should have the <code>flex-shrink</code> property set to a value of 1.
    
    New
    The <code>#box-1</code> element should have the <code>flex-shrink</code> property set to a value of <code>1</code>.
    

    Test 2

    Version Text
    Old
    The <code>#box-2</code> element should have the <code>flex-shrink</code> property set to a value of 2.
    
    New
    The <code>#box-2</code> element should have the <code>flex-shrink</code> property set to a value of <code>2</code>.
    

  • Use the flex-wrap Property to Wrap a Row or Column

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-container</code> element should have the <code>flex-wrap</code> property set to a value of wrap.
    
    New
    The <code>#box-container</code> element should have the <code>flex-wrap</code> property set to a value of <code>wrap</code>.
    

  • Use the order Property to Rearrange Items

  • Instructions section has changed

  • The following test text(s) do not match:
    Test 1

    Version Text
    Old
    The <code>#box-1</code> element should have the <code>order</code> property set to a value of 2.
    
    New
    The <code>#box-1</code> element should have the <code>order</code> property set to a value of <code>2</code>.
    

    Test 2

    Version Text
    Old
    The <code>#box-2</code> element should have the <code>order</code> property set to a value of 1.
    
    New
    The <code>#box-2</code> element should have the <code>order</code> property set to a value of <code>1</code>.
    

  • Make an Image Responsive
  • Description section has changed
  • Instructions section has changed
  • Different number of tests found (old: 3, new: 2)





@rd-probot-test
Copy link

Thanks @RandellDawson for opening this issue!

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