Skip to content

Commit

Permalink
Unfocus focused test
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored and getdave committed Nov 26, 2021
1 parent 75a19c6 commit 93246ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ describe.skip( 'Navigation', () => {
newMenuButton[ 0 ].click();
}

it.only( 'only update a single entity currently linked with the block', async () => {
it( 'only update a single entity currently linked with the block', async () => {
// Mock the response from the Pages endpoint. This is done so that the pages returned are always
// consistent and to test the feature more rigorously than the single default sample page.
await mockPagesResponse( [
Expand Down

0 comments on commit 93246ac

Please sign in to comment.