mirror of
https://github.com/borgbase/vorta
synced 2025-03-11 14:49:16 +00:00
Fix test after wording change. Fix link in source tab (#22)
This commit is contained in:
parent
915fd5f59f
commit
5872491f3e
2 changed files with 4 additions and 1 deletions
|
@ -69,6 +69,9 @@
|
|||
<property name="text">
|
||||
<string><html><head/><body><p>Exclude Patterns (<a href="https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-patterns"><span style=" text-decoration: underline; color:#0000ff;">more</span></a>)</p></body></html></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
|
|
|
@ -9,7 +9,7 @@ from vorta.models import EventLogModel, RepoModel, SnapshotModel
|
|||
def test_create_fail(app, qtbot):
|
||||
main = app.main_window
|
||||
qtbot.mouseClick(main.createStartBtn, QtCore.Qt.LeftButton)
|
||||
assert main.createProgressText.text() == 'Add a remote backup repository first.'
|
||||
assert main.createProgressText.text() == 'Add a backup repository first.'
|
||||
|
||||
|
||||
def test_repo_add(app, qtbot, mocker, borg_json_output):
|
||||
|
|
Loading…
Add table
Reference in a new issue