Skip to content

Commit

Permalink
Merge pull request #72 from dnbexperience/ftr/domain
Browse files Browse the repository at this point in the history
set new domain name
  • Loading branch information
tujoworker authored Jan 22, 2019
2 parents cc86982 + 1ebfbe0 commit 291d856
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ about: If you have questions, please check our Discord or StackOverflow

For questions or help please see:

- [Eufemia Portal](https://dnbexperience.github.io/eufemia/uilib)
- [Eufemia Portal](https://eufemia.dnb.no/uilib)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Some of the included packages/workspaces are `dnb-design-guide` and `dnb-ui-lib`

## DNB Eufemia Portal

Find more information on how to use the Design System on the [Eufemia Portal](https://dnbexperience.github.io/eufemia/).
Find more information on how to use the Design System on the [Eufemia Portal](https://eufemia.dnb.no/).

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DNB UI Library

Read more on the [About the Library](https://dnbexperience.github.io/eufemia/uilib/about-the-lib).
Read more on the [About the Library](https://eufemia.dnb.no/uilib/about-the-lib).
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "DNB UI Library",
"license": "SEE LICENSE IN LICENSE FILE",
"author": "DNB Team & Tobias Høegh",
"homepage": "https://dnbexperience.github.io/eufemia/uilib",
"homepage": "https://eufemia.dnb.no/uilib",
"repository": {
"type": "git",
"url": "https://github.com/dnbexperience/eufemia.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe.skip('Button screenshot', () => {
it('have to match the primary button screenshot snapshot', async () => {
// more info: github.com/GoogleChrome/puppeteer/blob/master/docs/api.md
await global.page.goto(
'https://dnbexperience.github.io/eufemia/uilib/components/button/?fullscreen#demo'
'https://eufemia.dnb.no/uilib/components/button/?fullscreen#demo'
// 'http://localhost:8000/uilib/components/button/?fullscreen#demo'
)
const selector =
Expand Down Expand Up @@ -57,7 +57,7 @@ describe.skip('Button screenshot', () => {

// more info: github.com/GoogleChrome/puppeteer/blob/master/docs/api.md
await global.page.goto(
'https://dnbexperience.github.io/eufemia/uilib/components/button/?fullscreen#demo'
'https://eufemia.dnb.no/uilib/components/button/?fullscreen#demo'
// 'http://localhost:8000/uilib/components/button/?fullscreen#demo'
)
await global.page.waitForSelector('.button-wrapper')
Expand Down

0 comments on commit 291d856

Please sign in to comment.