-
Notifications
You must be signed in to change notification settings - Fork 106
chore: Update tests and build scripts #1607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
022759a
chore: Update tests and build scripts
700bce3
chore: Fix modal inconsistency
687a244
chore: Remove unnecessary package
e50b8ce
Merge branch 'master' into chore-baseline-updates
castastrophe b946d3d
chore: Update baselines
702fa34
Merge branch 'chore-baseline-updates' of github.com:patternfly/patter…
34b5c31
chore: Update tests to prevent false failures
28a5a07
chore: Update pfe-toast baselines
df78297
Merge branch 'master' into chore-baseline-updates
castastrophe 30ff900
Merge branch 'master' into chore-baseline-updates
castastrophe d6fb945
Merge branch 'master' into chore-baseline-updates
castastrophe f6c00db
Merge branch 'master' of github.com:patternfly/patternfly-elements in…
castastrophe 6ded2d2
chore: Add support for * in the validateElements tool
castastrophe 128e606
Merge branch 'master' into chore-baseline-updates
castastrophe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,27 +10,28 @@ | |
| <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> | ||
|
|
||
| <!-- Stylesheets for testing light DOM styles. | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> | ||
| --> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pf-vars-rem.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-base.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-context.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-layouts.css" /> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> | ||
| --> | ||
|
|
||
| <noscript> | ||
| <link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet"> | ||
| </noscript> | ||
|
|
||
| <link href="../../pfelement/dist/pfelement.min.css" rel="stylesheet"> | ||
|
|
||
| <link href="demo.css" rel="stylesheet"> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pf-vars-rem.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-base.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-context.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-layouts.css" /> | ||
|
|
||
| <!-- uncomment the es5-adapter if you're using the umd version --> | ||
| <script src="https://unpkg.com/@webcomponents/[email protected]/custom-elements-es5-adapter.js"></script> | ||
| <script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-bundle.js"></script> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.5/require.min.js"></script> | ||
|
|
||
| <link href="demo.css" rel="stylesheet"> | ||
|
|
||
| <script> | ||
| require([ | ||
| '../dist/pfe-band.umd.js', | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,35 +6,29 @@ | |
| <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> | ||
| <title>PatternFly Element | pfe-clipboard Demo</title> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> | ||
|
|
||
| <!-- Stylesheets for testing light DOM styles. | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> | ||
| --> | ||
|
|
||
| <noscript> | ||
| <link href="../../pfelement/dist/pfelement-noscript.min.css" rel="stylesheet"> | ||
| <link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet"> | ||
| </noscript> | ||
|
|
||
| <link href="../../pfelement/dist/pfelement.min.css" rel="stylesheet"> | ||
|
|
||
| <!-- Stylesheets for testing light DOM styles. | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.css"> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/typebase.css/0.5.0/typebase.css"> | ||
| --> | ||
|
|
||
| <link rel="stylesheet" href="../../pfe-styles/dist/pf-vars-rem.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-base.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-context.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-layouts.css" /> | ||
| <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> | ||
|
|
||
| <!-- uncomment the es5-adapter if you're using the umd version --> | ||
| <script src="https://unpkg.com/@webcomponents/[email protected]/custom-elements-es5-adapter.js"></script> | ||
|
|
||
| <!-- Use webcomponents-loader when you are adding support for more modern browsers --> | ||
| <!-- <script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-loader.min.js"></script> --> | ||
|
|
||
| <!-- IE11 test: use bundle + require with umd files --> | ||
| <!-- Use webcomponents-bundle when supporting much older browsers like IE11 --> | ||
| <script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-bundle.js"></script> | ||
|
|
||
|
|
||
| <!-- Tests require pulling in the UMD version of the files --> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.5/require.min.js"></script> | ||
|
|
||
| <script> | ||
| require([ | ||
| "../dist/pfe-clipboard.umd.js", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,13 +7,17 @@ | |
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pf-vars-rem.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-base.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-context.css" /> | ||
| <link rel="stylesheet" href="../../pfe-styles/dist/pfe-layouts.css" /> | ||
|
|
||
| <noscript> | ||
| <link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet"> | ||
| <link href="../../pfelement/dist/pfelement--noscript.min.css" rel="stylesheet" /> | ||
| </noscript> | ||
|
|
||
| <link href="../../pfelement/dist/pfelement.min.css" rel="stylesheet"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="../../pfe-styles/dist/red-hat-font.min.css"> | ||
| <link href="../../pfelement/dist/pfelement.min.css" rel="stylesheet" /> | ||
|
|
||
| <!-- uncomment the es5-adapter if you're using the umd version --> | ||
| <script src="https://unpkg.com/@webcomponents/[email protected]/custom-elements-es5-adapter.js"></script> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.