Skip to content
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

feat: support a few domains (404) #284

Merged

Conversation

nightnei
Copy link
Contributor

No description provided.

@nightnei nightnei requested a review from StyleT April 16, 2021 10:00
@nightnei nightnei force-pushed the feature/supportFewDomains_404 branch 2 times, most recently from 288f6d0 to d3a0147 Compare April 16, 2021 10:57
@nightnei nightnei force-pushed the feature/supportFewDomains_404 branch from d3a0147 to 4702869 Compare April 16, 2021 11:03
@nightnei nightnei force-pushed the feature/supportFewDomains_500 branch from ed612be to 66b0652 Compare April 16, 2021 11:30
Copy link
Contributor

@StyleT StyleT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls write E2E tests for this

@nightnei
Copy link
Contributor Author

Pls write E2E tests for this

done

@nightnei nightnei requested a review from StyleT April 19, 2021 12:30

Scenario('Renders (SSR) global 404 page for non-existing ILC route for domain "127.0.0.1:8233"', (I, common: common) => {
I.amOnPage(common.url.localhostAsIPv4 + '/nonexistent-path');
I.waitForText(common.text404NotFound, 10, 'body > div#navbar'); // for "127.0.0.1:8233" inside of navbar will be rendered 404 fragment, like in body
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this test checks nothing... We need to validate that "other" 404 page can be rendered for custom domain.

@nightnei nightnei force-pushed the feature/supportFewDomains_404 branch 4 times, most recently from c5f6207 to 0a467e7 Compare April 19, 2021 15:32
@nightnei nightnei force-pushed the feature/supportFewDomains_404 branch 2 times, most recently from 33a30ee to 15c0ec0 Compare April 19, 2021 15:48
@nightnei nightnei force-pushed the feature/supportFewDomains_404 branch from 15c0ec0 to 8b24f68 Compare April 19, 2021 16:00
@nightnei nightnei requested a review from StyleT April 20, 2021 06:42
Base automatically changed from feature/supportFewDomains_500 to feature/supportFewDomains_master April 20, 2021 07:39
@nightnei nightnei merged commit ab563a1 into feature/supportFewDomains_master Apr 20, 2021
@nightnei nightnei deleted the feature/supportFewDomains_404 branch April 20, 2021 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants