Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jan 20, 2021
1 parent a8af34a commit bd3b7fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class ComponentSpec extends FunctionalSpec {
inLanguage = language
}

def page = to TouchUIEditor, page.AEMPage.toLanguage(pathSite, inLanguage, pathPage + pageSelectors + pageExtention)
def page = to TouchUIEditor, page.AEMPage.toLanguage(pathSite, inLanguage, pathPage + pageSelectors + pageExtension)
page.waitForPageContent()

return page
Expand Down

0 comments on commit bd3b7fa

Please sign in to comment.