Skip to content

Commit

Permalink
fix(test): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Sep 12, 2023
1 parent ea9ba78 commit d19bb4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class AdminOkaeliCategoryCodeConfigPage extends AdminSystemConfig
public async goToConfigSection() {
await this.page.getByRole("tab", { name: "Catalog " }).click();
await this.page.getByRole("link", { name: "Catalog", exact: true }).click();
// Show storefornt fieldset
// Show storefront fieldset
try {
await this.page.waitForSelector("#catalog_frontend", { timeout: 2000 });
} catch (error) {
Expand Down

0 comments on commit d19bb4a

Please sign in to comment.