Skip to content

Commit

Permalink
Update: Pricing Table -> Pricing Table Item
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskmnds committed Jan 17, 2020
1 parent 6b73537 commit 0f3f84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/lib/gutenberg/gutenberg-editor-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default class GutenbergEditorComponent extends AsyncBaseContainer {
case 'Click to Tweet':
case 'Hero':
case 'Logos & Badges':
case 'Pricing Table':
case 'Pricing Table Item':
prefix = 'coblocks-';
break;
case 'Dynamic HR':
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/specs/wp-calypso-gutenberg-coblocks-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ describe( `[${ host }] Calypso Gutenberg Editor: CoBlocks (${ screenSize })`, fu

step( 'Can insert the Pricing Table block', async function() {
const gEditorComponent = await GutenbergEditorComponent.Expect( driver );
await gEditorComponent.addBlock( 'Pricing Table' );
await gEditorComponent.addBlock( 'Pricing Table Item' );
return await driverHelper.waitTillPresentAndDisplayed(
driver,
By.css( '.wp-block-coblocks-pricing-table' )
Expand Down

0 comments on commit 0f3f84f

Please sign in to comment.