Skip to content

Commit

Permalink
Change the title in the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
KorenMary committed Mar 11, 2024
1 parent 2d8b3df commit 358c16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/test/test_welcome_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def app_remote(qtbot):
widget.close()

def test_welcome_window_initialization(app):
assert app.title == "Select Dataset"
assert app.title == "Welcome to Helmholtz AI Data-Centric Tool"
assert app.val_textbox.text() == ""
assert app.inprogr_textbox.text() == ""
assert app.train_textbox.text() == ""
Expand Down

0 comments on commit 358c16c

Please sign in to comment.