File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import HashParserHOC from '../lib/hash-parser-hoc.jsx';
88import TitledHOC from '../lib/titled-hoc.jsx' ;
99
1010const onClickLogo = ( ) => {
11- window . location = 'https://smalruby.jp/smalruby3-gui ' ;
11+ window . location = 'https://smalruby.jp' ;
1212} ;
1313
1414/*
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ describe('Menu bar settings', () => {
6363 await clickXpath ( '//button[@title="Try It"]' ) ;
6464 await clickXpath ( '//img[@alt="Smalruby"]' ) ;
6565 const currentUrl = await driver . getCurrentUrl ( ) ;
66- await expect ( currentUrl ) . toEqual ( 'https://smalruby.jp/smalruby3-gui/ ' ) ;
66+ await expect ( currentUrl ) . toEqual ( 'https://smalruby.jp/' ) ;
6767 } ) ;
6868
6969 test ( '(GH#4064) Project name should be editable' , async ( ) => {
You can’t perform that action at this time.
0 commit comments