Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Example of formatted issue for translation related issues #38

@RandellDawson

Description

@RandellDawson

  • 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)





Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions