Skip to content

Commit

Permalink
fix(mwpw-136323): updated e2e suite for these cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan Sunier authored and Sheridan Sunier committed Oct 13, 2023
1 parent a60f077 commit 125be37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.9.0 (10/13/2023, 13:42:15)
* Chimera UI Libraries - Build 0.9.0 (10/13/2023, 13:44:49)
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down
2 changes: 1 addition & 1 deletion dist/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e-tests/specs/all.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ describe('Filter and Search Behaviors', async () => {
await clearAll.click();
const cardRes = await $('.consonant-LoadMore-text').getText();
expect(cardRes).toEqual('Showing 5 of 8 cards');
// const newUrl = await browser.getUrl();
// expect(newUrl).toEqual(`${serverPath}/html/e2e/e2e-grid.html?state=${state}`);
const newUrl = await browser.getUrl();
expect(newUrl.replaceAll('%3D', '=')).toEqual(`${serverPath}/html/e2e/e2e-grid.html?state=${state}`);
});
it('MWPW-137140: can clear search and still have filters selected', async () => {
const state = btoa(JSON.stringify(cloneConfig));
Expand Down

0 comments on commit 125be37

Please sign in to comment.