Skip to content

Commit

Permalink
Merge pull request #42 from rtCamp/develop
Browse files Browse the repository at this point in the history
Sync `develop` branch with `master` branch
  • Loading branch information
patil-vipul authored Jan 16, 2025
2 parents 1c91c57 + b5c1638 commit 6eaee4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Replace WordPress default search with Google Custom Search results.

**Requires at least:** 4.8

**Tested up to:** 6.4.2
**Tested up to:** 6.7.1`

**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: rtCamp, kiranpotphode, sh4lin
Donate link: https://rtcamp.com/
Tags: google, search, cse, custom search engine, programmable search, programmable search engine, google cse, google custom search engine, google programmable search, google programmable search engine, google search
Requires at least: 4.8
Tested up to: 6.4.2
Tested up to: 6.7.1
Stable tag: 1.1
Requires PHP: 7.4
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-playwright/page/CommonFunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class commonFunction {
await this.page.goto(WP_BASE_URL + "/?s=migration");

await this.page.waitForTimeout(8000);
expect(this.page.locator(".alignwide.wp-block-query-title")).toHaveText(
expect(this.page.locator(".wp-block-query-title")).toHaveText(
"Search results for: “migration”"
);

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-playwright/specs/03_custom-search-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test.describe( "Validate the custom search", () => {

// Expect the posts title.
expect(
page.locator('role=link[name="Migrate from any CMS to WordPress"i]')
page.locator('h2.wp-block-post-title >> text=Migrate from any CMS to WordPress')
).toHaveText("Migrate from any CMS to WordPress");
});
});

0 comments on commit 6eaee4a

Please sign in to comment.