Skip to content

Commit

Permalink
tests: expect language screen to be present on Live ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Jan 23, 2025
1 parent fbfcd87 commit 52dd86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def pretend_live_iso(test, installer):
installer.steps.hidden_steps.extend([installer.steps.ACCOUNTS, installer.steps.LANGUAGE])
test.restore_file('/run/anaconda/anaconda.conf')
test.machine.execute("sed -i 's/type = BOOT_ISO/type = LIVE_OS/g' /run/anaconda/anaconda.conf")
test.machine.execute("sed -i '/[anaconda]/a hidden_webui_pages = anaconda-screen-language anaconda-screen-accounts' /run/anaconda/anaconda.conf")
test.machine.execute("sed -i '/[anaconda]/a hidden_webui_pages = anaconda-screen-accounts' /run/anaconda/anaconda.conf")

def pretend_default_scheme(test, scheme):
test.restore_file('/run/anaconda/anaconda.conf')
Expand Down

0 comments on commit 52dd86c

Please sign in to comment.