fuzzer: Generate the descriptions before running the operations
Because we want to print the state before running stuff, not how the dockwidgets end up
This commit is contained in:
@@ -83,9 +83,9 @@ void Fuzzer::runTest(const Test &test)
|
||||
createLayout(test.initialLayout);
|
||||
int index = 0;
|
||||
for (const auto &op : test.operations) {
|
||||
qDebug() << "Running" << op->description();
|
||||
index++;
|
||||
op->execute();
|
||||
qDebug() << "Ran" << op->description();
|
||||
QTest::qWait(m_operationDelayMS);
|
||||
DockRegistry::self()->checkSanityAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user