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

CATROID-1468 DeleteLookBrickTest failing #4655

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

friendo97
Copy link
Contributor

@friendo97 friendo97 commented Nov 9, 2022

The two failing tests testPaintAndDeleteLook and testPaintLookWithoutDelete work now. I used the already in the test file implemented function waitOnViewAndClick to wait for the hints to show up (or not) and to click on the skip button if necessary.

testPaintLookWithoutDelete had another issue where the assert on the looklist happened before the look was saved. This was resolved by waiting for 500ms.

Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

  • Include the name of the Jira ticket in the PR’s title
  • Include a summary of the changes plus the relevant context
  • Choose the proper base branch (develop)
  • Confirm that the changes follow the project’s coding guidelines
  • Verify that the changes generate no compiler or linter warnings
  • Perform a self-review of the changes
  • Verify to commit no other files than the intentionally changed ones
  • Include reasonable and readable tests verifying the added or changed behavior
  • Confirm that new and existing unit tests pass locally
  • Check that the commits’ message style matches the project’s guideline
  • Stick to the project’s gitflow workflow
  • Verify that your changes do not have any conflicts with the base branch
  • After the PR, verify that all CI checks have passed
  • Post a message in the catroid-stage or catroid-ide Slack channel and ask for a code reviewer

Copy link
Contributor

@dandrawes dandrawes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Contributor

@Walcho1125 Walcho1125 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@Walcho1125 Walcho1125 merged commit 15b1d13 into Catrobat:develop Jan 16, 2023
UlrichLa added a commit to UlrichLa/Catroid that referenced this pull request Feb 12, 2023
commit 51621e6
Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at>
Date:   Mon Jan 30 20:03:47 2023 +0100

    Further improvements 2

commit 250f00d
Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at>
Date:   Mon Jan 30 18:17:53 2023 +0100

    Further improvements

commit 9226cf5
Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at>
Date:   Mon Jan 30 17:56:22 2023 +0100

    Sprite changed Mulitmap to HashMap.

commit 01f38fb
Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at>
Date:   Mon Jan 30 17:45:25 2023 +0100

    Group.setTransform set to false

    To improve performance but verify if it does not have side effects.

commit 5c388aa
Author: Ulrich Lackner <ulrich.lackner@student.tugraz.at>
Date:   Mon Jan 30 17:40:16 2023 +0100

    Seperate Sprite name and clone name

    Improves performance

commit fccbdca
Merge: 15b1d13 112262f
Author: Oskar W <37344900+Walcho1125@users.noreply.github.com>
Date:   Wed Jan 25 14:32:35 2023 +0100

    Merge pull request Catrobat#4656 from l-ilma/CATROID-1494

    CATROID-1494 Check checkbox when clicking on a fragment

commit 15b1d13
Merge: fd58d68 6cf62dd
Author: Oskar W <37344900+Walcho1125@users.noreply.github.com>
Date:   Mon Jan 16 14:50:21 2023 +0100

    Merge pull request Catrobat#4655 from friendo97/CATROID-1468

    CATROID-1468 DeleteLookBrickTest failing

commit 6cf62dd
Author: Florian Lassnig <florian.lassnig@student.tugraz.at>
Date:   Wed Nov 9 18:38:07 2022 +0100

    CATROID-1468 DeleteLookBrickTest failing

commit fd58d68
Merge: 909e73a 6052db6
Author: Robert Leiner <37551961+Rawbat@users.noreply.github.com>
Date:   Tue Dec 6 17:31:43 2022 +0100

    Merge pull request Catrobat#4612 from sebastiangollob/CATROID-1480

    CATROID-1480 Add CLT for repeat bricks

commit 112262f
Author: Ilma Lušija <ilma.lusija@student.tugraz.at>
Date:   Thu Nov 17 20:48:35 2022 +0100

    CATROID-1494 Check checkbox when clicking on a fragment

commit 6052db6
Author: Sebastian Gollob <sebastiangollob@gmail.com>
Date:   Tue Aug 16 23:57:02 2022 +0200

    CATROID-1480 Add CLT for repeat bricks
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

Successfully merging this pull request may close these issues.

3 participants