mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Select new entry after cloning
Also fixes re-selecting entries during a search refresh
This commit is contained in:
parent
b4be71d967
commit
cc35bf2096
7 changed files with 59 additions and 41 deletions
|
@ -1230,6 +1230,7 @@ void TestGui::testCloneEntry()
|
|||
Entry* entryClone = entryView->entryFromIndex(entryView->model()->index(1, 1));
|
||||
QVERIFY(entryOrg->uuid() != entryClone->uuid());
|
||||
QCOMPARE(entryClone->title(), entryOrg->title() + QString(" - Clone"));
|
||||
QVERIFY(m_dbWidget->currentSelectedEntry()->uuid() == entryClone->uuid());
|
||||
}
|
||||
|
||||
void TestGui::testEntryPlaceholders()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue