Skip to content

Commit 481e182

Browse files
authored
chore: Updating baselines and getting icon demo page to have more examples on it (#1355)
* chore: Update baselines * chore: Fixing icon issue * chore: Update icon example * chore: Add wait to codeblock and primary detail * chore: Temporarily comment out jump links until patch is merged * Update pfe-icon_e2e.js
1 parent 19bd244 commit 481e182

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1134
-405
lines changed

elements/pfe-codeblock/test/pfe-codeblock_e2e.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const element = require("../package.json").pfelement.elementName;
33
describe(element, () => {
44
before(() => {
55
browser.url(`/elements/${element}/demo`);
6+
browser.pause(1000);
67
});
78

89
it("should take a screenshot", () => {

0 commit comments

Comments
 (0)