We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5a755 commit 7b53e14Copy full SHA for 7b53e14
site/e2e/helpers.ts
@@ -738,7 +738,7 @@ export const updateTemplateSettings = async (
738
for (const [key, value] of Object.entries(templateSettingValues)) {
739
// Skip max_port_share_level for now since the frontend is not yet able to handle it
740
if (key === "max_port_share_level") {
741
- continue
+ continue;
742
}
743
const labelText = capitalize(key).replace("_", " ");
744
await page.getByLabel(labelText, { exact: true }).fill(value);
0 commit comments