Fix tests

Reason: it has to be waited until the detailview is updated
This commit is contained in:
Martin Marmsoler 2023-02-17 12:31:24 +01:00
parent 20a371b22a
commit 60fcf1d1b6

View File

@ -689,6 +689,9 @@ void TestRebase::abortMR() {
// Check that rebase was really finished
QCOMPARE(mRepo.rebaseOngoing(), false);
QTest::qWait(1000); // wait until detailview will be updated, after updating
// status is finished
// Check that buttons are visible
QCOMPARE(continueRebaseButton->isVisible(), false);
QCOMPARE(abortRebaseButton->isVisible(), false);