Skip to content

Commit

Permalink
Update playground apps and e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 28, 2024
1 parent 31726d3 commit 8f090c7
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 137 deletions.
2 changes: 1 addition & 1 deletion e2e/cypress/support/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface TestNavOpts {
export function testNav(app:string, id:string, {path = "/", pages = ["3", "50"], rjs = false}:TestNavOpts) {
it(`[${app}] Test ${id}`, () => {
if (rjs) {
const widths = [450, 700, 950, 1050];
const widths = [700, 950, 1050];
for (const width of widths) {
cy.viewport(width, 1000);
cy.visit(path);
Expand Down
Loading

0 comments on commit 8f090c7

Please sign in to comment.