@@ -84,14 +84,14 @@ module('Acceptance | roadmap-page | course-extension-ideas', function (hooks) {
8484 await roadmapPage . visitCourseExtensionIdeasTab ( ) ;
8585
8686 let courseExtensionIdeaCard = roadmapPage . findCourseExtensionIdeaCard ( 'Geospatial commands' ) ;
87- await courseExtensionIdeaCard . hoverOndevelopmentStatusPill ( ) ;
87+ await courseExtensionIdeaCard . hoverOnDevelopmentStatusPill ( ) ;
8888
8989 assertTooltipContent ( assert , {
9090 contentString : "We're currently building this challenge extension. Upvote this idea to be notified when it launches." ,
9191 } ) ;
9292
9393 await courseExtensionIdeaCard . clickOnVoteButton ( ) ;
94- await courseExtensionIdeaCard . hoverOndevelopmentStatusPill ( ) ;
94+ await courseExtensionIdeaCard . hoverOnDevelopmentStatusPill ( ) ;
9595
9696 assertTooltipContent ( assert , {
9797 contentString : "We're currently building this challenge extension. We'll notify you when it launches." ,
@@ -100,7 +100,7 @@ module('Acceptance | roadmap-page | course-extension-ideas', function (hooks) {
100100 await courseExtensionIdeaCard . clickOnVoteButton ( ) ;
101101
102102 courseExtensionIdeaCard = roadmapPage . findCourseExtensionIdeaCard ( 'Persistence' ) ;
103- await courseExtensionIdeaCard . hoverOndevelopmentStatusPill ( ) ;
103+ await courseExtensionIdeaCard . hoverOnDevelopmentStatusPill ( ) ;
104104
105105 assertTooltipContent ( assert , {
106106 contentString : 'This challenge extension is now available! Visit the catalog to try it out.' ,
0 commit comments