Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion puppeteer/tests/test_root_password.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ describe("Agama test", function () {
});

it("should optionally display the product selection dialog", async function () {
this.timeout(60000);
// Either the root password setting is displayed or there is
// the product selection page.
const productSelectionDisplayed = await Promise.any([
Expand Down Expand Up @@ -155,6 +154,8 @@ describe("Agama test", function () {
});

it("should require setting the root password", async function () {
// increase the timeout for the whole test
this.timeout(60000);
await page
.locator("input#rootPassword")
// refreshing the repositories before showing the password configuration might take long time
Expand Down