Skip to content

Commit

Permalink
Setup permalinks structure
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jan 14, 2025
1 parent e7bace5 commit 233662a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/setup-cypress-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ fi

./bin/wp-env-cli tests-wordpress "wp --allow-root plugin activate elasticpress-labs"

./bin/wp-env-cli tests-wordpress "wp --allow-root rewrite structure '/%postname%/'"

if [ -z $EP_HOST ]; then
# Determine what kind of env we're in
if [ "$(uname | tr '[:upper:]' '[:lower:]')" = "darwin" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/integration/features/search-templates.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Search Templates Feature', () => {
cy.get('.components-form-toggle__input').should('be.disabled');
});

it.only('Can manage search templates', () => {
it('Can manage search templates', () => {
if (!isEpIo) {
return;
}
Expand Down

0 comments on commit 233662a

Please sign in to comment.